Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-DateTime-Format-SQLite / Makefile
1 # Created by: Zach Thompson <hideo@lastamericanempire.com>
2 # $FreeBSD$
3
4 PORTNAME=       DateTime-Format-SQLite
5 PORTVERSION=    0.11
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Parse and format SQLite dates and times
13
14 BUILD_DEPENDS=  p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>