diff options
author | abs <abs@pkgsrc.org> | 2009-01-19 17:59:42 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-01-19 17:59:42 +0000 |
commit | a58248e72c90f78fa974b9c1771adb3b9cea7d97 (patch) | |
tree | b35e734c31d3e05f5b4d525d5cdbcf5f54beffe7 /time/p5-Time-modules/Makefile | |
parent | 32d54acf9f6f7fc99750e9ab6e2e182bca13f33e (diff) | |
download | pkgsrc-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/Makefile | 20 |
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" |