freebsd-ports/devel/p5-DateTime-Format-RFC3339/Makefile
Philip M. Gollucci e594f118a2 - Update to v1.0.4
PR:             ports/152881
Submitted by:   Dan Rench <citric@cubicone.tmetic.com> (maintainer)
Changes:        http://search.cpan.org/dist/DateTime-Format-RFC3339/Changes
2010-12-07 23:12:05 +00:00

26 lines
592 B
Makefile

# Ports collection makefile for: p5-DateTime-Format-RFC3339
# Date created: Fri Aug 21, 2009
# Whom: Dan Rench <citric@cubicone.tmetic.com>
#
# $FreeBSD$
#
PORTNAME= DateTime-Format-RFC3339
PORTVERSION= v1.0.4
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= citric@cubicone.tmetic.com
COMMENT= Parse and format RFC3339 times
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
BUILD_DEPENDS= ${RUN_DEPENDS}
WRKSRC= ${WRKDIR}/${DISTNAME:S/00//}
PERL_CONFIGURE= yes
MAN3= DateTime::Format::RFC3339.3
.include <bsd.port.mk>