Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-DateTime-Format-RFC3339 / Makefile
1 # Created by: Dan Rench <citric@cubicone.tmetic.com>
2 # $FreeBSD$
3
4 PORTNAME=       DateTime-Format-RFC3339
5 PORTVERSION=    1.0.5
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10 DISTNAME=       ${PORTNAME}-v${PORTVERSION}
11
12 MAINTAINER=     citric@cubicone.tmetic.com
13 COMMENT=        Parse and format RFC3339 times
14
15 BUILD_DEPENDS=  p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
16 RUN_DEPENDS=    p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>