012d435ce5
1.20 2015-04-25 NEILB - Switched to Dist::Zilla, in the process fixing RT#90701, RT#101548, and RT#101434 - Reformatted this file as per CPAN::Changes::Spec 1.1_01 2015-04-18 NEILB - This release had the changes in 1.20 above, done first as a developer release to see what CPAN Testers said.
20 lines
680 B
Makefile
20 lines
680 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/08/06 08:29:30 wiz Exp $
|
|
|
|
DISTNAME= Time-Duration-1.20
|
|
#PKGNAME= p5-${DISTNAME}0
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
|
|
BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
|
|
|
|
PERL5_PACKLIST= auto/Time/Duration/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|