diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 02:34:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 02:34:44 +0000 |
commit | 597dbc1bd0617074dce59cc94952743dfb7078a1 (patch) | |
tree | dbada953d93c435516825e30556d54b4c1af7f30 /net/p5-Net-Divert/Makefile | |
parent | 99063c4cec917a7eded461f96a0b9c1f987fdfd0 (diff) | |
download | ports-597dbc1bd0617074dce59cc94952743dfb7078a1.tar.gz ports-597dbc1bd0617074dce59cc94952743dfb7078a1.zip |
Notes
Diffstat (limited to 'net/p5-Net-Divert/Makefile')
-rw-r--r-- | net/p5-Net-Divert/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/p5-Net-Divert/Makefile b/net/p5-Net-Divert/Makefile new file mode 100644 index 000000000000..c1a4d3dfefcc --- /dev/null +++ b/net/p5-Net-Divert/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-Divert +# Date created: January 30, 2003 +# Whom: Nicolas Jombart +# +# $FreeBSD$ + +PORTNAME= Net-Divert +PORTVERSION= 0.01 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz + +MAINTAINER= ecu@ipv42.net + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Net::Divert.3 + +.include <bsd.port.mk> |