freebsd-ports/devel/p5-DateTime-Calendar-Discordian/Makefile
Andrej Zverev 365f70a6aa - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:18:47 +00:00

20 lines
507 B
Makefile

# Created by: Philip Paeps <philip@FreeBSD.org>
# $FreeBSD$
PORTNAME= DateTime-Calendar-Discordian
PORTVERSION= 1.0
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= philip@FreeBSD.org
COMMENT= Perl extension for the Discordian Calendar
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Locale>=0:${PORTSDIR}/devel/p5-DateTime-Locale \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>