aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Time-Local/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Time-Local/Makefile')
-rw-r--r--devel/p5-Time-Local/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-Time-Local/Makefile b/devel/p5-Time-Local/Makefile
new file mode 100644
index 000000000000..2f69ca982bdf
--- /dev/null
+++ b/devel/p5-Time-Local/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: p5-Time-Local
+# Date created: 1 july 2003
+# Whom: Mathieu Arnold <m@absolight.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Time-Local
+PORTVERSION= 1.07
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Time
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= m@absolight.net
+COMMENT= Efficiently compute time from local and GMT time
+
+PERL_CONFIGURE= yes
+CONFIGURE_ARGS+= INSTALLDIRS='site'
+
+MAN3= Time::Local.3
+
+.include <bsd.port.mk>