20 lines
360 B
Makefile
20 lines
360 B
Makefile
# $OpenBSD: Makefile,v 1.17 2014/04/07 15:03:38 sthen Exp $
|
|
|
|
COMMENT= recursively scan Perl code for dependencies
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Module-ScanDeps-1.13
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
TEST_DEPENDS += devel/p5-Test-Requires
|
|
|
|
.include <bsd.port.mk>
|