Index: head/misc/p5-Business-Hours/Makefile =================================================================== --- head/misc/p5-Business-Hours/Makefile (revision 492763) +++ head/misc/p5-Business-Hours/Makefile (revision 492764) @@ -1,23 +1,27 @@ # Created by: Matthew Seaman # $FreeBSD$ PORTNAME= Business-Hours PORTVERSION= 0.13 CATEGORIES= misc perl5 MASTER_SITES= CPAN 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