freebsd-ports/devel/p5-DateTime-Format-DateParse/Makefile
Philip M. Gollucci d5bbeda86d - Update to 0.05
PR:             ports/147369
Approved by:    svysh@pn.sinp.msu.ru (maintainer)
Submitted by:   myself (pgollucci@)
Changes:        http://search.cpan.org/dist/DateTime-Format-DateParse/Changes
2010-06-06 20:15:28 +00:00

25 lines
639 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= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
PERL_MODBUILD= yes
MAN3= DateTime::Format::DateParse.3
.include <bsd.port.mk>