16 lines
293 B
Makefile
16 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.8 2014/12/10 21:50:24 benoit Exp $
|
|
|
|
COMMENT= class and instance data accessor creation
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Data-Accessor-0.03
|
|
REVISION = 1
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|