26 lines
586 B
Makefile
26 lines
586 B
Makefile
# Created by: Mathieu Arnold
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DateTime-Format-Strptime
|
|
PORTVERSION= 1.54
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Parse and format strp and strf time patterns
|
|
|
|
LICENSE= ART20
|
|
|
|
RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
|
|
p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \
|
|
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= DateTime::Format::Strptime.3
|
|
|
|
.include <bsd.port.mk>
|