aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Loader/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-06 16:42:40 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-06 16:42:40 +0000
commit267520c662d1f6bc8e265fbf1230c89e8a2cabb2 (patch)
treeb33920265b303a4ff1d9d631d29ca2a3d80b642b /devel/p5-Class-Loader/Makefile
parent6eeae28b24cbdc987c4fd8013f4d44655f7f4d6d (diff)
downloadports-267520c662d1f6bc8e265fbf1230c89e8a2cabb2.tar.gz
ports-267520c662d1f6bc8e265fbf1230c89e8a2cabb2.zip
Notes
Diffstat (limited to 'devel/p5-Class-Loader/Makefile')
-rw-r--r--devel/p5-Class-Loader/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Class-Loader/Makefile b/devel/p5-Class-Loader/Makefile
new file mode 100644
index 000000000000..edc25f25dd06
--- /dev/null
+++ b/devel/p5-Class-Loader/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Class::Loader
+# Date created: 5 Jul 2001
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Class-Loader
+PORTVERSION= 2.00
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Class
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@protey.ru
+
+PERL_CONFIGURE= yes
+
+MAN3= Class::Loader.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>