16 lines
273 B
Makefile
16 lines
273 B
Makefile
# $OpenBSD: Makefile,v 1.6 2018/04/28 14:01:34 ajacoutot Exp $
|
|
|
|
COMMENT = runtime module handling
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Module-Runtime-0.016
|
|
CATEGORIES = devel
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|