Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-DateTime-Calendar-Pataphysical / Makefile
1 # Created by: Mathieu Arnold <m@absolight.net>
2 # $FreeBSD$
3
4 PORTNAME=       DateTime-Calendar-Pataphysical
5 PORTVERSION=    0.06
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Dates in the pataphysical calendar
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
17                 p5-DateTime-Locale>=0:${PORTSDIR}/devel/p5-DateTime-Locale
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19 TEST_DEPENDS=   p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>