openbsd-ports/devel/p5-Algorithm-IncludeExclude/Makefile

23 lines
524 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2008/09/09 21:13:53 simon Exp $
COMMENT = build and evaluate include/exclude lists
MODULES = cpan
DISTNAME = Algorithm-IncludeExclude-0.01
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
# regress dependency that gets pulled in by Module::Install at build time
BUILD_DEPENDS = ::devel/p5-Test-Exception
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>