a34a97789e
Pkgsrc changes: - none Changes since version 0.94: =========================== 0.9.6 Thu Mar 6 07:39:24 2008 - Fixed t/4-perl-critic.t so it deals properly with the absence of Test::Perl::Critic. Thanks to haoess and thospell on Perl Monks for the solution. 0.9.5 Mon Mar 3 23:20:20 2008 - Ran the module through Perl::Critic - Sign the package with a valid public key
24 lines
764 B
Makefile
24 lines
764 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/07/17 19:31:39 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= DateTime-Calendar-Discordian-0.9.6
|
|
PKGNAME= p5-${DISTNAME}
|
|
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"
|