aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-CamelCase/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-12 13:22:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-12 13:22:24 +0000
commit4e7f0a180b4f44f9d49fd5afb775d8fd05862321 (patch)
treed6afc0c9712f548f713ed3341f86240e0e1da309 /textproc/p5-String-CamelCase/Makefile
parent24ed5cf83edc50c7ae4487d6242c1da956319f6b (diff)
downloadports-4e7f0a180b4f44f9d49fd5afb775d8fd05862321.tar.gz
ports-4e7f0a180b4f44f9d49fd5afb775d8fd05862321.zip
Notes
Diffstat (limited to 'textproc/p5-String-CamelCase/Makefile')
-rw-r--r--textproc/p5-String-CamelCase/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-String-CamelCase/Makefile b/textproc/p5-String-CamelCase/Makefile
new file mode 100644
index 000000000000..fe0a57e7b2dd
--- /dev/null
+++ b/textproc/p5-String-CamelCase/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-String-CamelCase
+# Date created: 2007-10-30
+# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= String-CamelCase
+PORTVERSION= 0.01
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= String
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kaoru@kaisei.org
+COMMENT= Perl module for camelcase, de-camelcase
+
+PERL_CONFIGURE= yes
+
+MAN3= String::CamelCase.3
+
+.include <bsd.port.mk>