365f70a6aa
Approved by: portmgr (blanket infrastructure)
20 lines
507 B
Makefile
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>
|