pkgsrc/time/p5-DateTime-Calendar-Discordian/Makefile
wiz 8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

25 lines
777 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/10/03 21:58:18 wiz Exp $
#
DISTNAME= DateTime-Calendar-Discordian-0.9.6
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DateTime-Calendar-Discordian
COMMENT= Perl extension for the Discordian Calendar
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Locale-[0-9]*:../../time/p5-DateTime-Locale
DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/DateTime/Calendar/Discordian/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"