summaryrefslogtreecommitdiff
path: root/time/p5-Time-Duration/Makefile
diff options
context:
space:
mode:
authorreed <reed>2007-01-02 18:12:33 +0000
committerreed <reed>2007-01-02 18:12:33 +0000
commitac4e96cb8c56ea8db8d3cef998ff6fce35439922 (patch)
treeb4e60c0877e51fb2f6db49fcfd9fd50c8ebad893 /time/p5-Time-Duration/Makefile
parent999c83e2472e948284b6139ef5111e0018819c7d (diff)
downloadpkgsrc-ac4e96cb8c56ea8db8d3cef998ff6fce35439922.tar.gz
Import new package.
The Time::Duration perl module provides functions for expressing durations in rounded (such as "1 year and 21 days") or exact English terms. (This is used by ikiwiki.)
Diffstat (limited to 'time/p5-Time-Duration/Makefile')
-rw-r--r--time/p5-Time-Duration/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/time/p5-Time-Duration/Makefile b/time/p5-Time-Duration/Makefile
new file mode 100644
index 00000000000..1ea830c27c9
--- /dev/null
+++ b/time/p5-Time-Duration/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/02 18:12:33 reed Exp $
+
+DISTNAME= Time-Duration-1.04
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5 time
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~avif/Time-Duration-1.04/Duration.pm
+COMMENT= Perl5 module for rounded or exact English expression of durations
+
+PERL5_PACKLIST= auto/Time/Duration/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"