1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
Kai Knoblich be8da91ef0 New port: textproc/p5-Test-Regexp
This module is intended to test your regular expressions.

Given a subject string and a regular expression (aka pattern), the module not
only tests whether the regular expression complete matches the subject string,
it performs a utf8::upgrade or utf8::downgrade on the subject string and
performs the tests again, if necessary.

Furthermore, given a pattern with capturing parenthesis, it checks whether all
captures are present, and in the right order. Both named and unnamed captures
are checked.

WWW: https://metacpan.org/release/Test-Regexp

PR:		223918
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
2019-06-13 18:20:29 +00:00

27 lines
539 B
Makefile

# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
# $FreeBSD$
PORTNAME= Test-Regexp
PORTVERSION= 2017040101
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Test your regular expressions
LICENSE= MIT
TEST_DEPENDS= p5-Test-Pod>=1.51:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.10:devel/p5-Test-Pod-Coverage
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
PLIST_FILES= ${SITE_PERL_REL}/Test/Regexp.pm \
${SITE_MAN3_REL}/Test::Regexp.3.gz
.include <bsd.port.mk>