freebsd-ports/devel/p5-DateTime-Format-DateParse/Makefile
Andrej Zverev 3982ced0ba - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:52:54 +00:00

25 lines
604 B
Makefile

# New ports collection makefile for: p5-DateTime-Format-DateParse
# Date created: 21 Jun 2008
# Whom: svysh@pn.sinp.msu.ru
#
# $FreeBSD$
#
PORTNAME= DateTime-Format-DateParse
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
PKGNAMEPREFIX= p5-
MAINTAINER= svysh@pn.sinp.msu.ru
COMMENT= This module is a compatibility wrapper around Date::Parse
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
PERL_MODBUILD= yes
MAN3= DateTime::Format::DateParse.3
.include <bsd.port.mk>