freebsd-ports/devel/p5-Class-C3/Makefile
Erwin Lansing dd34d8a8fd Add p5-Class-C3 0.07, a pragma to use the C3 method resolution order
algorithm.

This is currently an experimental pragma to change Perl 5's standard
method resolution order from depth-first left-to-right (a.k.a -
pre-order) to the more sophisticated C3 method resolution order.

WWW: http://search.cpan.org/dist/Module-Find/

PR:		ports/89800
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-01 16:31:14 +00:00

35 lines
899 B
Makefile

# New ports collection makefile for: Class-C3
# Date created: 1 Dec 2005
# Whom: Lars Balker Rasmussen <lars@balker.dk>
#
# $FreeBSD$
#
PORTNAME= Class-C3
PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= lars@balker.dk
COMMENT= A pragma to use the C3 method resolution order algorithm
BUILD_DEPENDS= p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception \
p5-Scalar-List-Utils>=1.10:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name \
p5-NEXT>=0:${PORTSDIR}/devel/p5-NEXT
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Class::C3.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.x or later, install lang/perl5.8
.endif
.include <bsd.port.post.mk>