freebsd-ports/devel/p5-Class-C3/Makefile
Lars Balker Rasmussen 035876c700 Update to 0.14
2006-10-01 13:00:44 +00:00

35 lines
796 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.14
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
RUN_DEPENDS= p5-Algorithm-C3>=0.05:${PORTSDIR}/devel/p5-Algorithm-C3
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= Class::C3.3
post-extract:
@${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Build.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800 # Inherited from devel/p5-Algorithm-C3
IGNORE= requires perl 5.8.x or later, install lang/perl5.8
.endif
.include <bsd.port.post.mk>