freebsd-ports/devel/p5-Class-C3-Componentised/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

30 lines
775 B
Makefile

# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-C3-Componentised
PORTVERSION= 1.0010
DISTVERSIONSUFFIX= 00
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Load mix-ins or components to your C3-based class
RUN_DEPENDS= p5-Class-C3>=0.20:devel/p5-Class-C3 \
p5-MRO-Compat>0:devel/p5-MRO-Compat \
p5-Class-Inspector>=0:devel/p5-Class-Inspector
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \
p5-Test-Pod>=1.14:devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
post-extract:
@${REINPLACE_CMD} -i '' -e '/Test::/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>