aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-DateTime-Format-DateParse
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-09-29 17:08:31 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-09-29 17:08:31 +0800
commit3a00b6e7af3468b3bdd8a5cbda9957735b79e510 (patch)
treebe9f5b439b172502846b43e96b7f0089e3b364b2 /devel/p5-DateTime-Format-DateParse
parent4b873ea1233188d5c4ae16574209faf797571ba8 (diff)
downloadfreebsd-ports-gnome-3a00b6e7af3468b3bdd8a5cbda9957735b79e510.tar.gz
freebsd-ports-gnome-3a00b6e7af3468b3bdd8a5cbda9957735b79e510.tar.zst
freebsd-ports-gnome-3a00b6e7af3468b3bdd8a5cbda9957735b79e510.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Diffstat (limited to 'devel/p5-DateTime-Format-DateParse')
-rw-r--r--devel/p5-DateTime-Format-DateParse/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Format-DateParse/Makefile b/devel/p5-DateTime-Format-DateParse/Makefile
index a64ad027769f..0aa372424a39 100644
--- a/devel/p5-DateTime-Format-DateParse/Makefile
+++ b/devel/p5-DateTime-Format-DateParse/Makefile
@@ -11,11 +11,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= This module is a compatibility wrapper around Date::Parse
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
p5-TimeDate>=0:devel/p5-TimeDate
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
+NO_ARCH= yes
.include <bsd.port.mk>