1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/p5-Data-Rx/Makefile
2013-12-24 13:17:14 +00:00

25 lines
678 B
Makefile

# Created by: Kurt Lidl <kurt.lidl@cello.com>
# $FreeBSD$
PORTNAME= Data-Rx
PORTVERSION= 0.200005
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl implementation of Rx schema system
BUILD_DEPENDS= p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \
p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \
p5-Number-Tolerant>=0:${PORTSDIR}/devel/p5-Number-Tolerant
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>