aaa1885833
ok jasper@
27 lines
582 B
Makefile
27 lines
582 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:44:27 ajacoutot Exp $
|
|
|
|
COMMENT= lets you build groups of accessors
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Accessor-Grouped-0.10000
|
|
REVISION= 0
|
|
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-MRO-Compat \
|
|
devel/p5-Class-Inspector \
|
|
devel/p5-Class-XSAccessor>=1.06 \
|
|
devel/p5-Sub-Identify \
|
|
devel/p5-Sub-Name>=0.05 \
|
|
devel/p5-Test-Exception>=0.31
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|