aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Factory-Util/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-05-27 09:39:22 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-05-27 09:39:22 +0000
commit9c7c131ab1e978bcfb18edbf92173a9291a7b36b (patch)
tree9ae7691e63f518f955dff28b1c8eebff3c718471 /devel/p5-Class-Factory-Util/Makefile
parent1cf065de77d4a3b0554863d96dadfb9fe582cf0e (diff)
Add p5-Class-Factory-Util 1.2,
utility functions for (factory) classes.
Notes
Notes: svn path=/head/; revision=60105
Diffstat (limited to 'devel/p5-Class-Factory-Util/Makefile')
-rw-r--r--devel/p5-Class-Factory-Util/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Class-Factory-Util/Makefile b/devel/p5-Class-Factory-Util/Makefile
new file mode 100644
index 000000000000..cb53eb06db5e
--- /dev/null
+++ b/devel/p5-Class-Factory-Util/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Class-Factory-Util
+# Date created: 08 April 2002
+# Whom: Sergey Skvortsov <skv@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Class-Factory-Util
+PORTVERSION= 1.2
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Class
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Class::Factory::Util.3
+
+.include <bsd.port.mk>