pkgsrc/time/p5-Time-Duration/Makefile
reed 195236a3e1 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.)
2007-01-02 18:12:33 +00:00

15 lines
495 B
Makefile

# $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"