mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
25 lines
593 B
Makefile
25 lines
593 B
Makefile
PORTNAME= DateTime-Calendar-Pataphysical
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Dates in the pataphysical calendar
|
|
WWW= https://metacpan.org/release/DateTime-Calendar-Pataphysical
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
|
|
p5-DateTime-Locale>=0:devel/p5-DateTime-Locale
|
|
TEST_DEPENDS= p5-Test-MockTime>=0:devel/p5-Test-MockTime
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|