1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/p5-DateTime-Format-RFC3339/Makefile
Wen Heping 4bb0fbdaf1 - Update to v1.0.2
Approved by:	mentors(implicit)
2009-10-16 01:25:13 +00:00

27 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.2
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>