19 lines
349 B
Makefile
19 lines
349 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/10/18 17:47:56 espie Exp $
|
|
|
|
COMMENT= automated accessor generation
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Accessor-0.34
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Sub-Name
|
|
|
|
.include <bsd.port.mk>
|