1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/misc/p5-Business-Hours/Makefile
Wesley Shields 4036c3fe87 - Update to 0.09
PR:		ports/131098
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
Approved by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2009-01-31 13:26:05 +00:00

25 lines
554 B
Makefile

# New ports collection makefile for: Business-Hours
# Date created: 23 August 2008
# Whom: Matthew Seaman <m.seaman@infracaninophile.co.uk>
#
# $FreeBSD$
#
PORTNAME= Business-Hours
PORTVERSION= 0.09
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= m.seaman@infracaninophile.co.uk
COMMENT= Calculate business hours during a time period
BUILD_DEPENDS= ${SITE_PERL}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Business::Hours.3
.include <bsd.port.mk>