23 lines
486 B
Makefile
Raw Normal View History

2013-03-11 10:50:00 +00:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 10:50:17 espie Exp $
COMMENT= Getopt::Long, but simpler and more powerful
MODULES= cpan
DISTNAME= Getopt-Long-Descriptive-0.087
REVISION= 0
CATEGORIES= devel
2010-11-15 19:45:56 +00:00
USE_GROFF = Yes
MAINTAINER= Jim Razmus II <jim@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-15 19:45:56 +00:00
RUN_DEPENDS= devel/p5-Params-Validate \
devel/p5-Sub-Exporter
BUILD_DEPENDS= ${RUN_DEPENDS}
2013-03-11 10:50:00 +00:00
TEST_DEPENDS= devel/p5-Test-Pod \
2010-11-15 19:45:56 +00:00
devel/p5-Test-Pod-Coverage
.include <bsd.port.mk>