27 lines
630 B
Makefile
27 lines
630 B
Makefile
# Created by: Alex Kapranoff <alex@kapranoff.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Deep
|
|
PORTVERSION= 0.112
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Test data structures for differences deeply
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Test-NoWarnings>=0.02:${PORTSDIR}/devel/p5-Test-NoWarnings \
|
|
p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
REINPLACE_ARGS= -i ''
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/return (/s/;/);/' ${WRKSRC}/lib/Test/Deep/RegexpOnly.pm
|
|
|
|
.include <bsd.port.mk>
|