summaryrefslogtreecommitdiffstats
path: root/net/p5-NetPacket/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-05-19 14:02:04 +0000
committerijliao <ijliao@FreeBSD.org>2001-05-19 14:02:04 +0000
commitb012abcc3065710d8f419cec91157f8e5c79f318 (patch)
tree4a35bab10950194997324808742a00d1a6a8f201 /net/p5-NetPacket/Makefile
parent7bc630590f079da73c332e3806cd60f0a230b744 (diff)
downloadFreeBSD-ports-b012abcc3065710d8f419cec91157f8e5c79f318.zip
FreeBSD-ports-b012abcc3065710d8f419cec91157f8e5c79f318.tar.gz
add p5-NetPacket
Modules to assemble/disassemble network packets at the protocol level PR: 26412 Submitted by: Anatoliy Dmytriyev <tolid@plab.ku.dk
Diffstat (limited to 'net/p5-NetPacket/Makefile')
-rw-r--r--net/p5-NetPacket/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/p5-NetPacket/Makefile b/net/p5-NetPacket/Makefile
new file mode 100644
index 0000000..de7ab6d
--- /dev/null
+++ b/net/p5-NetPacket/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: p5-NetPacket
+# Date created: 8 April 2001
+# Whom: Anatoliy Dmytriyev
+#
+# $FreeBSD$
+#
+
+PORTNAME= NetPacket
+PORTVERSION= 0.01
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= NetPacket
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tolid@plab.ku.dk
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= NetPacket.3 NetPacket::ARP.3 NetPacket::Ethernet.3 NetPacket::ICMP.3 \
+ NetPacket::IGMP.3 NetPacket::IP.3 NetPacket::TCP.3 NetPacket::UDP.3
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud