9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
23 lines
568 B
Makefile
23 lines
568 B
Makefile
# Created by: Mathieu Arnold <m@absolight.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DateTime-Event-Easter
|
|
PORTVERSION= 1.05
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Returns Easter events for DateTime objects
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
|
|
p5-DateTime-Calendar-Julian>=0:devel/p5-DateTime-Calendar-Julian \
|
|
p5-DateTime-Set>=0:devel/p5-DateTime-Set \
|
|
p5-Params-Validate>=0:devel/p5-Params-Validate
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|