openbsd-ports/devel/p5-Getopt-Long-Descriptive/Makefile
2010-12-03 11:44:22 +00:00

26 lines
571 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/12/03 11:44:31 ajacoutot Exp $
COMMENT= Getopt::Long, but simpler and more powerful
MODULES= cpan
DISTNAME= Getopt-Long-Descriptive-0.087
REVISION= 0
CATEGORIES= devel
USE_GROFF = Yes
MAINTAINER= Jim Razmus II <jim@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= devel/p5-Params-Validate \
devel/p5-Sub-Exporter
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS= devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
.include <bsd.port.mk>