openbsd-ports/devel/p5-App-CLI/Makefile

18 lines
338 B
Makefile
Raw Normal View History

2009-03-23 10:03:27 -04:00
# $OpenBSD: Makefile,v 1.6 2009/03/23 14:03:27 jasper Exp $
2006-11-11 13:12:58 -05:00
COMMENT= dispatcher for command line interface programs
2006-11-11 13:12:58 -05:00
MODULES= cpan
2009-03-23 10:03:27 -04:00
DISTNAME= App-CLI-0.08
CATEGORIES= www devel
2006-11-11 13:12:58 -05:00
2009-03-23 10:03:27 -04:00
# perl
2006-11-11 13:12:58 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>