25 lines
561 B
Makefile
25 lines
561 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/18 17:48:01 espie Exp $
|
|
|
|
COMMENT= Getopt::Long, but simpler and more powerful
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Getopt-Long-Descriptive-0.085
|
|
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>
|