freebsd-ports/devel/p5-DateTime-Format-Mail/Makefile
Mathieu Arnold e9ad04686c Update to 0.403.
Sponsored by:	Absolight
2016-07-01 14:27:07 +00:00

21 lines
504 B
Makefile

# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$
PORTNAME= DateTime-Format-Mail
PORTVERSION= 0.40.3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Convert between DateTime and RFC2822/822 formats
RUN_DEPENDS= p5-Params-Validate>=0:devel/p5-Params-Validate \
p5-DateTime>=0:devel/p5-DateTime
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>