freebsd-ports/devel/p5-Data-Path/Makefile
Anton Berezin 99f87e6ceb Add devel/p5-Data-Path 1.4.1, a Perl module that provides XPath-like
access to complex data structures.
2009-07-16 10:49:39 +00:00

25 lines
589 B
Makefile

# New ports collection makefile for: devel/p5-Data-Path
# Date created: 16 July 2009
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Data-Path
PORTVERSION= 1.4.1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/Z/ZA/ZAPHAR
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= XPath-like access to complex data structures
BUILD_DEPENDS= p5-Test-MockObject>=1.08:${PORTSDIR}/devel/p5-Test-MockObject \
p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
MAN3= Data::Path.3
.include <bsd.port.mk>