forked from Lainports/freebsd-ports
- Bump PORTREVISION of the following dependent ports for dependency change - databases/p5-DBIx-QuickDB - devel/p5-Shell-Config-Generate - devel/p5-Test-Archive-Libarchive - devel/p5-Test-Future-IO-Impl - devel/p5-Test2-Harness - devel/p5-Test2-Harness-UI - devel/p5-Test2-Plugin-DBIProfile Test2-Suite has been merged into Test-Simple since 1.302200. Reference: https://metacpan.org/dist/Test-Simple/changes
30 lines
799 B
Makefile
30 lines
799 B
Makefile
PORTNAME= DateTime-Format-ISO8601
|
|
PORTVERSION= 0.16
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Parse ISO8601 formats
|
|
WWW= https://metacpan.org/release/DateTime-Format-ISO8601
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-DateTime>=1.45:devel/p5-DateTime \
|
|
p5-DateTime-Format-Builder>=0.77:devel/p5-DateTime-Format-Builder \
|
|
p5-Params-ValidationCompiler>=0.26:devel/p5-Params-ValidationCompiler \
|
|
p5-Specio>=0.18:devel/p5-Specio \
|
|
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
|
|
TEST_DEPENDS= p5-Test-Simple>=1.302200:devel/p5-Test-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= skipv:0.0401,0.0402,0.0403
|
|
|
|
.include <bsd.port.mk>
|