openbsd-ports/devel/p5-Best/Makefile
simon 494f00e12c import p5-Best
Best attempts to load modules from a list, stopping at the first
successful load and failing only if no alternative was found.
2008-09-09 21:13:57 +00:00

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>