22 lines
423 B
Makefile
22 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.18 2016/03/20 19:56:14 naddy Exp $
|
|
|
|
COMMENT= get and set methods and simplify object initialization
|
|
|
|
DISTNAME = Class-AutoClass-1.56
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= devel/p5-Hash-AutoHash-Args \
|
|
devel/p5-IO-stringy
|
|
TEST_DEPENDS= devel/p5-Test-Deep \
|
|
devel/p5-Test-Pod-Content
|
|
|
|
.include <bsd.port.mk>
|