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

20 lines
363 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2010/12/03 11:44:26 ajacoutot 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
2010-11-24 10:52:06 -05:00
DISTNAME= App-CLI-0.3
EPOCH= 0
REVISION= 0
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>