aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile
blob: a56a07c889226acdf5019c5fc5cf35eef58842bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: mat
# $FreeBSD$

PORTNAME=	DateTime-Calendar-FrenchRevolutionary
PORTVERSION=	0.11
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

MAN3=		DateTime::Calendar::FrenchRevolutionary.3 \
		DateTime::Calendar::FrenchRevolutionary::Locale::en.3

NO_STAGE=	yes
.include <bsd.port.mk>