summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Constants/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-10-10 13:07:02 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-10-10 13:07:02 +0000
commitab681b31166802d957aace9bf76ee5d50270f452 (patch)
treeb34287a73c1b8270ab22c517fe19f803919754c4 /devel/p5-Devel-Constants/Makefile
parentApplied proposed two PRs. (diff)
Add p5-Devel-Constants, a Perl module to translate constants back to
their named symbols.
Notes
Notes: svn path=/head/; revision=48649
Diffstat (limited to 'devel/p5-Devel-Constants/Makefile')
-rw-r--r--devel/p5-Devel-Constants/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Devel-Constants/Makefile b/devel/p5-Devel-Constants/Makefile
new file mode 100644
index 000000000000..093455ac8a04
--- /dev/null
+++ b/devel/p5-Devel-Constants/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: devel/p5-Devel-Constants
+# Date created: 10 October 2001
+# Whom: tobez
+#
+# $FreeBSD$
+#
+
+PORTNAME= Devel-Constants
+PORTVERSION= 0.20
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Devel
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MAN3= Devel::Constants.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>