aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ToolSet/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-05 00:15:40 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-05 00:15:40 +0000
commit03b84a33572603ffcb7ee7c3858d0397cb9edce9 (patch)
tree6b99edbd5a925f70b3fd17b00068e44b442fccbb /devel/p5-ToolSet/Makefile
parentfa911ddf27ca65eb9a38eae6f0021dcb988777f0 (diff)
downloadports-03b84a33572603ffcb7ee7c3858d0397cb9edce9.tar.gz
ports-03b84a33572603ffcb7ee7c3858d0397cb9edce9.zip
Notes
Diffstat (limited to 'devel/p5-ToolSet/Makefile')
-rw-r--r--devel/p5-ToolSet/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-ToolSet/Makefile b/devel/p5-ToolSet/Makefile
new file mode 100644
index 000000000000..876c94acb208
--- /dev/null
+++ b/devel/p5-ToolSet/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-ToolSet
+# Date created: 2009-05-04
+# Whom: Vladimir Perepelitsa <mons@cpan.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ToolSet
+PORTVERSION= 1.00
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAGOLDEN/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= mons@cpan.org
+COMMENT= Load your commonly-used modules in a single import
+
+PERL_CONFIGURE= yes
+MAN3= ToolSet.3 \
+ ToolSet::SWC.3
+
+.include <bsd.port.mk>