13f5eeb461
Algorithm::IncludeExclude lets you define a tree of include / exclude rules and then allows you to determine the best rule for a given path.
23 lines
524 B
Makefile
23 lines
524 B
Makefile
# $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>
|