494f00e12c
Best attempts to load modules from a list, stopping at the first successful load and failing only if no alternative was found.
24 lines
435 B
Makefile
24 lines
435 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/09 21:13:57 simon Exp $
|
|
|
|
COMMENT = fallbackable module loader
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Best-0.11
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CPAN_AUTHOR = GAAL
|
|
|
|
BUILD_DEPENDS = ::devel/p5-Test-Exception
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|