openbsd-ports/devel/p5-Getopt-Long-Descriptive/Makefile

26 lines
571 B
Makefile
Raw Normal View History

# $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
2010-11-15 14:45:56 -05:00
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
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Params-Validate \
devel/p5-Sub-Exporter
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-15 14:45:56 -05:00
REGRESS_DEPENDS= devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
.include <bsd.port.mk>