3974b865d7
Submitted by: az@
28 lines
734 B
Makefile
28 lines
734 B
Makefile
# 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
|
|
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= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
|
p5-DateTime-Calendar-Julian>=0:${PORTSDIR}/devel/p5-DateTime-Calendar-Julian \
|
|
p5-DateTime-Set>=0:${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
|
|
|
|
.include <bsd.port.mk>
|