mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Data-Object-Data 2.01
Data::Object::Data provides methods for parsing and extracting pod-like sections from any file or package. The pod-like syntax allows for using these sections anywhere in the source code and having Perl properly ignoring them. WWW: https://metacpan.org/release/Data-Object-Data
This commit is contained in:
parent
6c0199e2f7
commit
0c8d3e7065
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532785
5 changed files with 36 additions and 0 deletions
|
@ -2051,6 +2051,7 @@
|
|||
SUBDIR += p5-Data-Object-Cast
|
||||
SUBDIR += p5-Data-Object-Class
|
||||
SUBDIR += p5-Data-Object-ClassHas
|
||||
SUBDIR += p5-Data-Object-Data
|
||||
SUBDIR += p5-Data-ObjectDriver
|
||||
SUBDIR += p5-Data-OptList
|
||||
SUBDIR += p5-Data-Page-NoTotalEntries
|
||||
|
|
25
devel/p5-Data-Object-Data/Makefile
Normal file
25
devel/p5-Data-Object-Data/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-Object-Data
|
||||
PORTVERSION= 2.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Podish Parser for Data::Object
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Moo>=0:devel/p5-Moo \
|
||||
p5-routines>=0:devel/p5-routines
|
||||
TEST_DEPENDS= p5-Test-Auto>=0.05:devel/p5-Test-Auto
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Data-Object-Data/distinfo
Normal file
3
devel/p5-Data-Object-Data/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1587721821
|
||||
SHA256 (Data-Object-Data-2.01.tar.gz) = acdaa16d22061ef966b6b9bc19e51ab36f0633483fe1e40bcbe32e914b8ec373
|
||||
SIZE (Data-Object-Data-2.01.tar.gz) = 13931
|
5
devel/p5-Data-Object-Data/pkg-descr
Normal file
5
devel/p5-Data-Object-Data/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Data::Object::Data provides methods for parsing and extracting pod-like sections
|
||||
from any file or package. The pod-like syntax allows for using these sections
|
||||
anywhere in the source code and having Perl properly ignoring them.
|
||||
|
||||
WWW: https://metacpan.org/release/Data-Object-Data
|
2
devel/p5-Data-Object-Data/pkg-plist
Normal file
2
devel/p5-Data-Object-Data/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Data/Object/Data.pm
|
||||
%%PERL5_MAN3%%/Data::Object::Data.3.gz
|
Loading…
Add table
Reference in a new issue