c80a8163fc
Add LICENSE Upstream changes: 1.232 Thu Jan 31 21:41:40 CST 2013 those damn ._* files os x kindly inserted into the distribution I have removed them. sorry everyone. 1.231 Wed Jan 30 07:58:21 CST 2013 forgot to add LICENSE to manifest. incremented version for CPAN upload 1.23 Tue Jan 29 10:13:54 CST 2013 updated LICENSE. this perl module is released under the same license as perl itself
20 lines
582 B
Makefile
20 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/02/01 04:57:13 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Time-Interval-1.232
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= time
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AH/AHICOX/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AH/AHICOX/
|
|
COMMENT= Converts time intervals of days, hours, minutes, and seconds
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
|
|
PERL5_PACKLIST= auto/Time/Interval/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|