1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/p5-PPIx-Regexp/Makefile
2014-02-03 18:07:34 +00:00

24 lines
546 B
Makefile

# Created by: Ashish SHUKLA <wahjava@gmail.com>
# $FreeBSD$
PORTNAME= PPIx-Regexp
PORTVERSION= 0.036
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:WYANT
PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= PPI regular expression parser
BUILD_DEPENDS= p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-PPI>=1.117:${PORTSDIR}/textproc/p5-PPI \
p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>