pkgsrc/time/p5-DateTime-Calendar-Mayan/Makefile
wiz 047a7f787e Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

23 lines
714 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/05/31 12:42:25 wiz Exp $
#
DISTNAME= DateTime-Calendar-Mayan-0.0601
PKGNAME= p5-${DISTNAME:S/0601/06.01/}
PKGREVISION= 4
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DateTime-Calendar-Mayan/
COMMENT= The Mayan Long Count, Haab, and Tzolkin calendars
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-DateTime>=0.15:../../time/p5-DateTime
DEPENDS+= p5-Params-Validate>=0.64:../../devel/p5-Params-Validate
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/DateTime/Calendar/Mayan/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"