1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/p5-Test-Deep/Makefile
2018-04-22 08:55:19 +00:00

25 lines
475 B
Makefile

# Created by: Alex Kapranoff <alex@kapranoff.ru>
# $FreeBSD$
PORTNAME= Test-Deep
PORTVERSION= 1.128
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
NO_ARCH= yes
REINPLACE_ARGS= -i ''
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e '/return (/s/;/);/' ${WRKSRC}/lib/Test/Deep/RegexpOnly.pm
.include <bsd.port.mk>