File:
[cvs.NetBSD.org] /
pkgsrc /
time /
p5-MooseX-Types-DateTime /
Makefile
Revision
1.17:
download - view:
text,
annotated -
select for diffs
Wed Jun 8 19:24:51 2016 UTC (8 years, 6 months ago) by
wiz
Branches:
MAIN
CVS tags:
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
HEAD
Bump PKGREVISION for perl-5.24.
# $NetBSD: Makefile,v 1.17 2016/06/08 19:24:51 wiz Exp $
#
DISTNAME= MooseX-Types-DateTime-0.13
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?MooseX::Types::DateTime
COMMENT= DateTime related constraints and coercions for Moose
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-DateTime>=0.4302:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Locale>=0.42:../../time/p5-DateTime-Locale
DEPENDS+= p5-DateTime-TimeZone>=0.95:../../time/p5-DateTime-TimeZone
DEPENDS+= p5-Moose>=0.41:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Types>=0.30:../../devel/p5-MooseX-Types
DEPENDS+= p5-Time-Duration-Parse>=0.06:../../time/p5-Time-Duration-Parse
DEPENDS+= p5-namespace-clean>=0.08:../../devel/p5-namespace-clean
BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/Types/DateTime/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>