aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Generate/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-10-24 16:56:58 +0800
committersobomax <sobomax@FreeBSD.org>2002-10-24 16:56:58 +0800
commit3a932c3ae423ebf2d4131c2a8ec0e1697bf0bbe4 (patch)
treec162dabfccb36e0ed5bb7d6cb9cda324da1f7cdf /devel/p5-Class-Generate/Makefile
parente807ea333b6a239c6b18707bbba45b1e513c0c44 (diff)
downloadfreebsd-ports-gnome-3a932c3ae423ebf2d4131c2a8ec0e1697bf0bbe4.tar.gz
freebsd-ports-gnome-3a932c3ae423ebf2d4131c2a8ec0e1697bf0bbe4.tar.zst
freebsd-ports-gnome-3a932c3ae423ebf2d4131c2a8ec0e1697bf0bbe4.zip
Add p5-Class-Generate 1.06, a Perl5 module to simplify creating
class hierarchies.
Diffstat (limited to 'devel/p5-Class-Generate/Makefile')
-rw-r--r--devel/p5-Class-Generate/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-Class-Generate/Makefile b/devel/p5-Class-Generate/Makefile
new file mode 100644
index 000000000000..d7defc826dcf
--- /dev/null
+++ b/devel/p5-Class-Generate/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: Class:Generate
+# Date created: 24 October 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Class-Generate
+PORTVERSION= 1.06
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Class
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+PERL_CONFIGURE= yes
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+MAN3= Class::Generate.3
+
+.include <bsd.port.mk>