1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Trim Makefile header

- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178902
Submitted by:	az
Approved by:	maintainer (timeout)
This commit is contained in:
Andrej Zverev 2013-06-07 07:05:37 +00:00
parent 6f392dc90b
commit 32b45003a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320158
2 changed files with 3 additions and 13 deletions

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-PPIx-Regexp
# Date created: 2010-05-25
# Whom: Ashish SHUKLA <wahjava@gmail.com>
#
# Created by: Ashish SHUKLA <wahjava@gmail.com>
# $FreeBSD$
#
PORTNAME= PPIx-Regexp
PORTVERSION= 0.029
@ -81,10 +77,4 @@ MAN3= PPIx::Regexp.3 \
PPIx::Regexp::Tokenizer.3 \
PPIx::Regexp::Util.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
The purpose of the PPIx-Regexp package is to parse regular expressions
in a manner similar to the way the PPI package parses Perl.
WWW: http://search.cpan.org/dist/PPIx-Regexp/
WWW: http://search.cpan.org/dist/PPIx-Regexp/