svn commit: r492764 - head/misc/p5-Business-Hours

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 12 09:00:48 UTC 2019


Author: amdmi3
Date: Tue Feb 12 09:00:47 2019
New Revision: 492764
URL: https://svnweb.freebsd.org/changeset/ports/492764

Log:
  - Add LICENSE
  - Pet portlint
  
  Approved by:	portmgr blanket

Modified:
  head/misc/p5-Business-Hours/Makefile

Modified: head/misc/p5-Business-Hours/Makefile
==============================================================================
--- head/misc/p5-Business-Hours/Makefile	Tue Feb 12 07:02:36 2019	(r492763)
+++ head/misc/p5-Business-Hours/Makefile	Tue Feb 12 09:00:47 2019	(r492764)
@@ -10,14 +10,18 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	matthew at 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>


More information about the svn-ports-all mailing list