17 lines
302 B
Makefile
17 lines
302 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 10:50:14 espie Exp $
|
|
|
|
COMMENT= utilities functions to build inside-out objects
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Std-Utils-0.0.2
|
|
REVISION= 2
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|