freebsd-ports/devel/p5-DateTime-Event-Easter/Makefile

29 lines
776 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-DateTime-Event-Easter
# Date created: 1 july 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= DateTime-Event-Easter
2004-04-14 13:49:59 +02:00
PORTVERSION= 1.04
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Returns Easter events for DateTime objects
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/DateTime/Calendar/Julian.pm:${PORTSDIR}/devel/p5-DateTime-Calendar-Julian \
${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DateTime::Event::Easter.3
2003-09-04 12:51:27 +02:00
.include <bsd.port.mk>