24 lines
547 B
Makefile
24 lines
547 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2010/07/02 04:18:23 jim Exp $
|
||
|
|
||
|
COMMENT= Getopt::Long, but simpler and more powerful
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME= Getopt-Long-Descriptive-0.085
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
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>
|