Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2019 09:00:47 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492764 - head/misc/p5-Business-Hours
Message-ID:  <201902120900.x1C90lLO090136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902120900.x1C90lLO090136>