17 lines
282 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2016/03/20 19:56:12 naddy Exp $
2006-11-11 18:12:58 +00:00
2014-04-24 11:07:13 +00:00
COMMENT= dispatcher for command line interface programs
2006-11-11 18:12:58 +00:00
MODULES= cpan
PKG_ARCH= *
2014-04-24 11:07:13 +00:00
DISTNAME= App-CLI-0.313
EPOCH= 0
CATEGORIES= www devel
2006-11-11 18:12:58 +00:00
2009-03-23 14:03:27 +00:00
# perl
2006-11-11 18:12:58 +00:00
PERMIT_PACKAGE_CDROM= Yes
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>