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