blob: fa89c5f64eaae175fd9ad051bead6990910825a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: p5-Test-Deep
# Date created: May 12th 2004
# Whom: Alex Kapranoff <alex@kapranoff.ru>
#
# $FreeBSD$
#
PORTNAME= Test-Deep
PORTVERSION= 0.110
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Test data structures for differences deeply
BUILD_DEPENDS= p5-Test-NoWarnings>=0.02:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-Tester>=0.04:${PORTSDIR}/devel/p5-Test-Tester
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
REINPLACE_ARGS= -i ''
MAN3= Test::Deep.3 Test::Deep::NoTest.3
post-patch:
@${REINPLACE_CMD} -e '/return (/s/;/);/' ${WRKSRC}/lib/Test/Deep/RegexpOnly.pm
.include <bsd.port.mk>
|