0977415a79
- portlint PR: follow-up to ports/139837 Submitted by: Gea-Suan Lin <gslin at gslin.org>
26 lines
663 B
Makefile
26 lines
663 B
Makefile
# New ports collection makefile for: p5-DateTime-Format-Mail
|
|
# Date created: 4 july 2003
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DateTime-Format-Mail
|
|
PORTVERSION= 0.30.01
|
|
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:${PORTSDIR}/devel/p5-Params-Validate \
|
|
${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= DateTime::Format::Mail.3
|
|
|
|
.include <bsd.port.mk>
|