17 lines
292 B
Makefile
17 lines
292 B
Makefile
# $OpenBSD: Makefile,v 1.14 2020/07/03 21:44:44 sthen Exp $
|
|
|
|
COMMENT= utilities functions to build inside-out objects
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Class-Std-Utils-0.0.2
|
|
REVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|