openbsd-ports/devel/p5-Module-ScanDeps/Makefile

21 lines
412 B
Makefile

# $OpenBSD: Makefile,v 1.11 2008/09/29 22:53:57 simon Exp $
COMMENT= recursively scan Perl code for dependencies
MODULES= cpan
DISTNAME= Module-ScanDeps-0.84
PKGNAME= p5-${DISTNAME}p0
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>