Data::SExpression -- Parse Lisp S-Expressions into perl data
structures. WWW: http://search.cpan.org/dist/Data-SExpression/ Feature safe: yes
This commit is contained in:
parent
72c2357232
commit
325789b954
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293559
5 changed files with 44 additions and 0 deletions
|
@ -1542,6 +1542,7 @@
|
|||
SUBDIR += p5-Data-Rmap
|
||||
SUBDIR += p5-Data-RoundRobin
|
||||
SUBDIR += p5-Data-Rx
|
||||
SUBDIR += p5-Data-SExpression
|
||||
SUBDIR += p5-Data-Section
|
||||
SUBDIR += p5-Data-Section-Simple
|
||||
SUBDIR += p5-Data-Serializer
|
||||
|
|
27
devel/p5-Data-SExpression/Makefile
Normal file
27
devel/p5-Data-SExpression/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: Data::SExpression
|
||||
# Date created: 19 Mar 2012
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-SExpression
|
||||
PORTVERSION= 0.41
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to parse lisp S-expressions into perl data structures
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Data::SExpression.3 \
|
||||
Data::SExpression::Cons.3 \
|
||||
Data::SExpression::Symbol.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-SExpression/distinfo
Normal file
2
devel/p5-Data-SExpression/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-SExpression-0.41.tar.gz) = 8162426a4285a094385fdfaf6d09ced106d5af57553f953acb1d56867dd0149b
|
||||
SIZE (Data-SExpression-0.41.tar.gz) = 24640
|
4
devel/p5-Data-SExpression/pkg-descr
Normal file
4
devel/p5-Data-SExpression/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Data::SExpression -- Parse Lisp S-Expressions into perl data
|
||||
structures.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-SExpression/
|
10
devel/p5-Data-SExpression/pkg-plist
Normal file
10
devel/p5-Data-SExpression/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/SExpression/.packlist
|
||||
%%SITE_PERL%%/Data/SExpression.pm
|
||||
%%SITE_PERL%%/Data/SExpression/Cons.pm
|
||||
%%SITE_PERL%%/Data/SExpression/Parser.pm
|
||||
%%SITE_PERL%%/Data/SExpression/Parser.yp
|
||||
%%SITE_PERL%%/Data/SExpression/Symbol.pm
|
||||
@dirrm %%SITE_PERL%%/Data/SExpression
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/SExpression
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
Loading…
Reference in a new issue