freebsd-ports/textproc/p5-PPIx-Regexp/Makefile
Jochen Neumeister 4403ce0084 Update to 0.063
Changelog:
 - Silence weird-character parse tests and make them no longer author-only.
 - Further deprecate 'parse' argument to new(). You now get a warning on each use.

PR:		233162
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
Sponsored by:	Netzkommune GmbH
2018-11-20 10:34:57 +00:00

28 lines
581 B
Makefile

# Created by: Ashish SHUKLA <wahjava@gmail.com>
# $FreeBSD$
PORTNAME= PPIx-Regexp
PORTVERSION= 0.063
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:WYANT
PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= PPI regular expression parser
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/LICENSES/Artistic
LICENSE_FILE_GPLv1= ${WRKSRC}/LICENSES/Copying
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-PPI>=1.117:textproc/p5-PPI
PORTSCOUT= limit:^[^_]+$$
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>