2011-04-13 13:44:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2011/04/13 17:44:37 jasper Exp $
|
2006-05-11 07:39:51 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= pragma to use the C3 method resolution order algorithm
|
2006-05-11 07:39:51 -04:00
|
|
|
|
2006-11-23 13:46:27 -05:00
|
|
|
MODULES= cpan
|
2009-06-18 20:22:58 -04:00
|
|
|
DISTNAME= Class-C3-0.21
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2006-11-23 13:46:27 -05:00
|
|
|
CATEGORIES= devel
|
2010-11-15 14:45:56 -05:00
|
|
|
USE_GROFF = Yes
|
2006-05-11 07:39:51 -04:00
|
|
|
|
|
|
|
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
|
|
|
|
|
|
|
|
# Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-26 02:18:59 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Algorithm-C3>=0.06 \
|
2010-11-15 14:45:56 -05:00
|
|
|
devel/p5-Test-Exception
|
2006-12-17 06:56:56 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-15 14:45:56 -05:00
|
|
|
REGRESS_DEPENDS= devel/p5-MRO-Compat \
|
|
|
|
devel/p5-Sub-Name
|
2006-05-11 07:39:51 -04:00
|
|
|
|
2011-04-13 13:44:37 -04:00
|
|
|
CONFIGURE_STYLE= modinst
|
2006-05-11 07:39:51 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|