16 lines
278 B
Makefile
16 lines
278 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:47:44 sthen Exp $
|
|
|
|
COMMENT = calculate business hours in a time period
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Business-Hours-0.12
|
|
CATEGORIES = math
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = math/p5-Set-IntSpan
|
|
|
|
.include <bsd.port.mk>
|