15 lines
257 B
Makefile
15 lines
257 B
Makefile
# $OpenBSD: Makefile,v 1.4 2014/03/21 15:21:23 jasper Exp $
|
|
|
|
COMMENT = runtime module handling
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Module-Runtime-0.014
|
|
CATEGORIES = devel
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|