1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/p5-Data-Rx/Makefile
Sunpoet Po-Chuan Hsieh 32e5c55fcd - Add p5-Data-Rx 0.100110
Data::Rx is the perl implementation of Rx schema system.

WWW: http://search.cpan.org/dist/Data-Rx/

PR:		ports/152382 (based on)
Submitted by:	Kurt Lidl <kurt.lidl@cello.com>
2010-11-20 18:03:28 +00:00

44 lines
1.1 KiB
Makefile

# New ports collection makefile for: p5-Data-Rx
# Date created: 2010-11-18
# Whom: Kurt Lidl <kurt.lidl@cello.com>
#
# $FreeBSD$
#
PORTNAME= Data-Rx
PORTVERSION= 0.100110
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl implementation of Rx schema system
RUN_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
PERL_CONFIGURE= yes
MAN3= Data::Rx.3 \
Data::Rx::CoreType.3 \
Data::Rx::CoreType::all.3 \
Data::Rx::CoreType::any.3 \
Data::Rx::CoreType::arr.3 \
Data::Rx::CoreType::bool.3 \
Data::Rx::CoreType::def.3 \
Data::Rx::CoreType::fail.3 \
Data::Rx::CoreType::int.3 \
Data::Rx::CoreType::map.3 \
Data::Rx::CoreType::nil.3 \
Data::Rx::CoreType::num.3 \
Data::Rx::CoreType::one.3 \
Data::Rx::CoreType::rec.3 \
Data::Rx::CoreType::seq.3 \
Data::Rx::CoreType::str.3 \
Data::Rx::TypeBundle.3 \
Data::Rx::TypeBundle::Core.3 \
Data::Rx::Util.3
.include <bsd.port.mk>