15 lines
231 B
Makefile
15 lines
231 B
Makefile
COMMENT = calculate business hours in a time period
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Business-Hours-0.13
|
|
CATEGORIES = math
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = math/p5-Set-IntSpan
|
|
|
|
.include <bsd.port.mk>
|