17 lines
281 B
Makefile
17 lines
281 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 10:50:13 espie Exp $
|
|
|
|
COMMENT= dispatcher for command line interface programs
|
|
|
|
MODULES= cpan
|
|
DISTNAME= App-CLI-0.3
|
|
EPOCH= 0
|
|
REVISION= 0
|
|
CATEGORIES= www devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|