freebsd-ports/devel/p5-DateTime-TimeZone/Makefile
Sunpoet Po-Chuan Hsieh 02e8590bfe Update to 2.11
- Add LICENSE_FILE
- Fix *_DEPENDS: add missing p5-namespace-autoclean
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/DateTime-TimeZone/Changes
PR:		218354
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
2017-04-19 14:38:43 +00:00

31 lines
792 B
Makefile

# Created by: mat
# $FreeBSD$
PORTNAME= DateTime-TimeZone
PORTVERSION= 2.11
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Time zone object base class and factory
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Class-Singleton>=1.03:devel/p5-Class-Singleton \
p5-List-AllUtils>0:devel/p5-List-AllUtils \
p5-Module-Runtime>=0:devel/p5-Module-Runtime \
p5-Params-ValidationCompiler>=0.13:devel/p5-Params-ValidationCompiler \
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Output>0:devel/p5-Test-Output
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>