freebsd-ports/misc/p5-Business-Hours/Makefile
Dmitry Marakasov c527bdef27 - Add LICENSE
- Pet portlint

Approved by:	portmgr blanket
2019-02-12 09:00:47 +00:00

27 lines
568 B
Makefile

# 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
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>