diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 11:24:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 11:24:30 +0000 |
commit | c3c940542393ea373cb20b6755d41b57c7fafd4c (patch) | |
tree | d4845cf3d0c4ee51fc5604ebd3ad24a0c85975a3 /net/p5-Net-Pcap/Makefile | |
parent | ebf2fd0ba1ccfe975aed3612b03e89968bf109b0 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Pcap/Makefile')
-rw-r--r-- | net/p5-Net-Pcap/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile new file mode 100644 index 000000000000..852d1d161262 --- /dev/null +++ b/net/p5-Net-Pcap/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Net-Pcap +# Date created: 10 Dec 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Net-Pcap +PORTVERSION= 0.04 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Net::Pcap.3 + +.include <bsd.port.mk> |