19 lines
302 B
Makefile
19 lines
302 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:14 espie Exp $
|
|
|
|
COMMENT= inside-out object scaffolding
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Std-0.0.9
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|