freebsd-ports/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile
2015-01-01 16:21:48 +00:00

23 lines
478 B
Makefile

# Created by: mat
# $FreeBSD$
PORTNAME= DateTime-Calendar-FrenchRevolutionary
PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Dates in the French Revolutionary Calendar
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS:= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DateTime>=0.14:${PORTSDIR}/devel/p5-DateTime \
p5-Roman>=1.22:${PORTSDIR}/math/p5-Roman
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>