18 lines
288 B
Makefile
18 lines
288 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:44:39 sthen Exp $
|
|
|
|
COMMENT= dispatcher for command line interface programs
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= App-CLI-0.313
|
|
EPOCH= 0
|
|
CATEGORIES= www devel
|
|
REVISION= 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|