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 | 6bd2134f410340d04412739cbe10c904c9a1ea41 (patch) | |
| tree | b35e734c31d3e05f5b4d525d5cdbcf5f54beffe7 /time/p5-Time-modules/Makefile | |
| parent | a7dee12f2bb0c21ef48cafd29f7b1e687ec68d6c (diff) | |
| download | pkgsrc-6bd2134f410340d04412739cbe10c904c9a1ea41.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" |
