404532f876
ok Sean Comeau (MAINTAINER), simon@
26 lines
590 B
Makefile
26 lines
590 B
Makefile
# $OpenBSD: Makefile,v 1.11 2009/06/19 00:22:58 jim Exp $
|
|
|
|
COMMENT= pragma to use the C3 method resolution order algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-C3-0.21
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= :p5-Algorithm-C3->=0.06:devel/p5-Algorithm-C3 \
|
|
::devel/p5-Test-Exception
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
REGRESS_DEPENDS= ::devel/p5-MRO-Compat \
|
|
::devel/p5-Sub-Name
|
|
|
|
CONFIGURE_ARGS= --skipdeps
|
|
|
|
.include <bsd.port.mk>
|