aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Business-Hours
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-12 09:00:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-12 09:00:47 +0000
commitc527bdef279bc616dcb677b7802344034a2db162 (patch)
tree8d7811b9f25793bb17fd5a303a96ceb8e372a3d2 /misc/p5-Business-Hours
parent3724f214ef92c3be3b6a410d3055cae83142653b (diff)
downloadports-c527bdef279bc616dcb677b7802344034a2db162.tar.gz
ports-c527bdef279bc616dcb677b7802344034a2db162.zip
- Add LICENSE
- Pet portlint Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=492764
Diffstat (limited to 'misc/p5-Business-Hours')
-rw-r--r--misc/p5-Business-Hours/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/misc/p5-Business-Hours/Makefile b/misc/p5-Business-Hours/Makefile
index cf02eee3676d..6d2385110213 100644
--- a/misc/p5-Business-Hours/Makefile
+++ b/misc/p5-Business-Hours/Makefile
@@ -10,14 +10,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= matthew@FreeBSD.org
COMMENT= Calculate business hours during a time period
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Set-IntSpan>1.12:math/p5-Set-IntSpan
TEST_DEPENDS= p5-Test-Pod>-1.0:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>0:devel/p5-Test-Pod-Coverage
-NO_ARCH= yes
-
-USES+= perl5
+USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>