Data::Record - "split" on steroids
WWW: http://search.cpan.org/dist/Data-Record/ PR: ports/176844 Submitted by: Espen Tagestad <espen@tagestad.no>
This commit is contained in:
parent
dfaaafdd97
commit
4f5d761474
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315515
5 changed files with 35 additions and 0 deletions
|
@ -1697,6 +1697,7 @@
|
|||
SUBDIR += p5-Data-Rand-Obscure
|
||||
SUBDIR += p5-Data-Random
|
||||
SUBDIR += p5-Data-Range-Compare
|
||||
SUBDIR += p5-Data-Record
|
||||
SUBDIR += p5-Data-Recursive-Encode
|
||||
SUBDIR += p5-Data-Remember
|
||||
SUBDIR += p5-Data-Rmap
|
||||
|
|
24
devel/p5-Data-Record/Makefile
Normal file
24
devel/p5-Data-Record/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-Record
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= espen@tagestad.no
|
||||
COMMENT= Data::Record - "split" on steroids
|
||||
|
||||
RUN_DEPENDS= p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \
|
||||
p5-Hash-Util-FieldHash-Compat>0:${PORTSDIR}/devel/p5-Hash-Util-FieldHash-Compat
|
||||
BUILD_DEPENDS= p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \
|
||||
p5-Hash-Util-FieldHash-Compat>0:${PORTSDIR}/devel/p5-Hash-Util-FieldHash-Compat \
|
||||
p5-ExtUtils-CBuilder>0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Scope-Guard>=0.20:${PORTSDIR}/devel/p5-Scope-Guard
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Data::Record.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Record/distinfo
Normal file
2
devel/p5-Data-Record/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-Record-0.02.tar.gz) = 1d6ae66da2767520c21fbf12c538f1007ab27445d92c8eac763653f2b8849ebf
|
||||
SIZE (Data-Record-0.02.tar.gz) = 7029
|
3
devel/p5-Data-Record/pkg-descr
Normal file
3
devel/p5-Data-Record/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Data::Record - "split" on steroids
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Record/
|
5
devel/p5-Data-Record/pkg-plist
Normal file
5
devel/p5-Data-Record/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Data/Record.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Record/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Record
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
Loading…
Reference in a new issue