aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Convert-NLS_DATE_FORMAT/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-Convert-NLS_DATE_FORMAT/Makefile')
-rw-r--r--converters/p5-Convert-NLS_DATE_FORMAT/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/converters/p5-Convert-NLS_DATE_FORMAT/Makefile b/converters/p5-Convert-NLS_DATE_FORMAT/Makefile
new file mode 100644
index 000000000000..f6d882d64f01
--- /dev/null
+++ b/converters/p5-Convert-NLS_DATE_FORMAT/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-Convert-NLS_DATE_FORMAT
+# Date created: 2011-10-19
+# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Convert-NLS_DATE_FORMAT
+PORTVERSION= 0.03
+CATEGORIES= converters perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Convert Oracle NLS_DATE_FORMAT <-> strftime format strings
+
+PERL_CONFIGURE= yes
+
+MAN3= Convert::NLS_DATE_FORMAT.3
+
+.include <bsd.port.mk>