86aa9c2191
- Sort PLIST Changes: http://search.cpan.org/dist/DateTime-Calendar-FrenchRevolutionary/Changes
23 lines
478 B
Makefile
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>
|