35dd6bdb74
tested by and fine with steven@
20 lines
387 B
Makefile
20 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/05/19 21:01:31 simon Exp $
|
|
|
|
COMMENT= "recursively scan Perl code for dependencies"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Module-ScanDeps-0.74
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|