28 lines
734 B
Makefile
28 lines
734 B
Makefile
# New ports collection makefile for: Class-C3-Componentised
|
|
# Date created: 13 Aug 2007
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-C3-Componentised
|
|
PORTVERSION= 1.0003
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
|
COMMENT= Load mix-ins or components to your C3-based class
|
|
|
|
RUN_DEPENDS= p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \
|
|
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= 5.8.0+ # Inherited from devel/p5-Algorithm-C3-Componentised
|
|
|
|
MAN3= Class::C3::Componentised.3
|
|
|
|
post-extract:
|
|
@${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|