freebsd-ports/devel/p5-Class-C3/Makefile
Lars Balker Rasmussen e7dc7669c7 Changing email-address on my 80 ports.
Approved by:	erwin (mental)
2006-05-01 13:52:00 +00:00

34 lines
871 B
Makefile

# New ports collection makefile for: Class-C3
# Date created: 1 Dec 2005
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Class-C3
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
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-Algorithm-C3>=0.01:${PORTSDIR}/devel/p5-Algorithm-C3
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>