mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add devel/p5-Data-Path 1.4.1, a Perl module that provides XPath-like
access to complex data structures.
This commit is contained in:
parent
b62d68d857
commit
99f87e6ceb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237922
@ -1183,6 +1183,7 @@
|
||||
SUBDIR += p5-Data-ObjectDriver
|
||||
SUBDIR += p5-Data-OptList
|
||||
SUBDIR += p5-Data-ParseBinary
|
||||
SUBDIR += p5-Data-Path
|
||||
SUBDIR += p5-Data-Postponed
|
||||
SUBDIR += p5-Data-Properties
|
||||
SUBDIR += p5-Data-Random
|
||||
|
25
devel/p5-Data-Path/Makefile
Normal file
25
devel/p5-Data-Path/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# 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>
|
3
devel/p5-Data-Path/distinfo
Normal file
3
devel/p5-Data-Path/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Data-Path-1.4.1.tar.gz) = 5f44def86d48f019ae3ba2c267b3e2f4
|
||||
SHA256 (Data-Path-1.4.1.tar.gz) = 332deeea63f58cdb3a8d023ff33a938670dbb7f1ac449282e17038cdee046925
|
||||
SIZE (Data-Path-1.4.1.tar.gz) = 13603
|
4
devel/p5-Data-Path/pkg-descr
Normal file
4
devel/p5-Data-Path/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This modules provides an XPath-like syntax to get values from complex
|
||||
data structures.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Path/
|
5
devel/p5-Data-Path/pkg-plist
Normal file
5
devel/p5-Data-Path/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Data/Path.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Path/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Path
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
Loading…
Reference in New Issue
Block a user