diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-13 21:12:21 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-13 21:12:21 +0000 |
commit | 285996cdec4e777695f67857f0f77879b0614258 (patch) | |
tree | 21f57361d4f5047a701a148cd983f1f4ae682451 /net/p5-Net-Patricia/Makefile | |
parent | d8406966d6bacb3659d136807edaa0e2ee8bfa6c (diff) | |
download | ports-285996cdec4e777695f67857f0f77879b0614258.tar.gz ports-285996cdec4e777695f67857f0f77879b0614258.zip |
Notes
Diffstat (limited to 'net/p5-Net-Patricia/Makefile')
-rw-r--r-- | net/p5-Net-Patricia/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/p5-Net-Patricia/Makefile b/net/p5-Net-Patricia/Makefile new file mode 100644 index 000000000000..5b289a09d76a --- /dev/null +++ b/net/p5-Net-Patricia/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Net-Patricia +# Date created: Di 13 Mär 2001 19:37:25 CET +# Whom: Andreas Klemm <andreas@klemm.gtn.com> +# +# $FreeBSD$ +# + +PORTNAME= Net-Patricia +PORTVERSION= 1.010 +CATEGORIES= net perl5 +MASTER_SITES= http://net.doit.wisc.edu/~plonka/Net-Patricia/ +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= YES + +MAN3= Net::Patricia.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |