2005-12-01 16:31:14 +00:00
|
|
|
# New ports collection makefile for: Class-C3
|
|
|
|
# Date created: 1 Dec 2005
|
2006-05-01 13:52:00 +00:00
|
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
2005-12-01 16:31:14 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Class-C3
|
2006-10-01 13:00:44 +00:00
|
|
|
PORTVERSION= 0.14
|
2005-12-01 16:31:14 +00:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Class
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-05-01 13:52:00 +00:00
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
2005-12-01 16:31:14 +00:00
|
|
|
COMMENT= A pragma to use the C3 method resolution order algorithm
|
|
|
|
|
2006-09-02 15:52:26 +00:00
|
|
|
RUN_DEPENDS= p5-Algorithm-C3>=0.05:${PORTSDIR}/devel/p5-Algorithm-C3
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2005-12-01 16:31:14 +00:00
|
|
|
|
2006-10-01 13:00:44 +00:00
|
|
|
PERL_MODBUILD= yes
|
2005-12-01 16:31:14 +00:00
|
|
|
|
|
|
|
MAN3= Class::C3.3
|
|
|
|
|
2006-07-19 23:52:22 +00:00
|
|
|
post-extract:
|
2006-10-01 13:00:44 +00:00
|
|
|
@${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Build.PL
|
2006-07-19 23:52:22 +00:00
|
|
|
|
2005-12-01 16:31:14 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-07-19 23:52:22 +00:00
|
|
|
.if ${PERL_LEVEL} < 500800 # Inherited from devel/p5-Algorithm-C3
|
2005-12-01 16:31:14 +00:00
|
|
|
IGNORE= requires perl 5.8.x or later, install lang/perl5.8
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|