02a9289240
from gleydson soares
22 lines
477 B
Makefile
22 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/04/16 11:52:45 jasper Exp $
|
|
|
|
COMMENT= create accessor methods in caller's package
|
|
|
|
DISTNAME= accessors-1.01
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
CPAN_AUTHOR= SPURKIS
|
|
|
|
.include <bsd.port.mk>
|