freebsd-ports/devel/p5-DateTime-Event-Zodiac/Makefile
Sahil Tandon b5cb76ed93 - Update maintainer address
Requested by:	maintainer (via freebsd-ports)
2011-02-18 03:13:03 +00:00

26 lines
770 B
Makefile

# New ports collection makefile for: p5-DateTime-Event-Zodiac
# Date created: 2010-12-24
# Whom: Mikhail T. <michael@fun-box.ru>
# $FreeBSD$
PORTNAME= DateTime-Event-Zodiac
PORTVERSION= 1.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Return zodiac for a given date
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Util-Astro>=0:${PORTSDIR}/devel/p5-DateTime-Util-Astro \
p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes
MAN3= DateTime::Event::Zodiac.3
.include <bsd.port.mk>