openbsd-ports/devel/p5-Module-Runtime/Makefile
sthen 747aa1fff9 import ports/devel/p5-Module-Runtime, ok landry, from Andreas Voegele's repo
The functions exported by Module::Runtime deal with runtime handling of
Perl modules, which are normally handled at compile time.
2012-04-08 21:02:51 +00:00

20 lines
380 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/04/08 21:02:51 sthen Exp $
COMMENT = runtime module handling
MODULES = cpan
DISTNAME = Module-Runtime-0.011
CATEGORIES = devel
# same as perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = devel/p5-Params-Classify
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>