summaryrefslogtreecommitdiff
path: root/time/p5-Time-modules/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-01-19 17:59:42 +0000
committerabs <abs@pkgsrc.org>2009-01-19 17:59:42 +0000
commita58248e72c90f78fa974b9c1771adb3b9cea7d97 (patch)
treeb35e734c31d3e05f5b4d525d5cdbcf5f54beffe7 /time/p5-Time-modules/Makefile
parent32d54acf9f6f7fc99750e9ab6e2e182bca13f33e (diff)
downloadpkgsrc-a58248e72c90f78fa974b9c1771adb3b9cea7d97.tar.gz
Added time/p5-Time-modules version 2006.0814
This package contains the following perl5 modules: Time::CTime.pm ctime, strftime, and asctime Time::JulianDay.pm Julian Day conversions Time::ParseDate.pm Reverses strftime and also understands relative times Time::Timezone.pm Time::DaysInMonth.pm
Diffstat (limited to 'time/p5-Time-modules/Makefile')
-rw-r--r--time/p5-Time-modules/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/time/p5-Time-modules/Makefile b/time/p5-Time-modules/Makefile
new file mode 100644
index 00000000000..72b0d6ca1bf
--- /dev/null
+++ b/time/p5-Time-modules/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/19 17:59:42 abs Exp $
+
+DISTNAME= Time-modules-2006.0814
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= time perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MU/MUIR/modules/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/perldoc?Time::ParseDate
+COMMENT= Miscellaneous date parsing and formatting
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# USE_LANGUAGES= c
+
+PERL5_PACKLIST= auto/Time-modules/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"