19 lines
392 B
Makefile
19 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:24 espie Exp $
|
|
|
|
COMMENT= create accessor methods in caller's package
|
|
|
|
DISTNAME= accessors-1.01
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
CPAN_AUTHOR= SPURKIS
|
|
|
|
.include <bsd.port.mk>
|