df166c0456
- tweak DESCR
19 lines
380 B
Makefile
19 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.2 2011/06/14 12:54:18 jasper Exp $
|
|
|
|
COMMENT= minimalistic variant of Class::Accessor
|
|
COMMENT= automated accessor generation
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Accessor-Lite-0.05
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF= Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|