4e4c6dee34
- Add LICENSE - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/dist/Date-ICal/changes
23 lines
470 B
Makefile
23 lines
470 B
Makefile
PORTNAME= Date-ICal
|
|
PORTVERSION= 2.679
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for ICalendar date objects
|
|
WWW= https://metacpan.org/release/Date-ICal
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Date-Leapyear>=1.03:devel/p5-Date-Leapyear
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|