19 lines
295 B
Makefile
19 lines
295 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:44:43 sthen Exp $
|
|
|
|
COMMENT= inside-out object scaffolding
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Class-Std-0.013
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|