Tree::R - Perl extension for the Rtree data structure and algorithms
WWW: http://search.cpan.org/dist/Tree-R/
This commit is contained in:
parent
43dfe9d3e4
commit
4b06dfa0ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270718
@ -2440,6 +2440,7 @@
|
||||
SUBDIR += p5-Tree-DAG_Node
|
||||
SUBDIR += p5-Tree-Node
|
||||
SUBDIR += p5-Tree-Parser
|
||||
SUBDIR += p5-Tree-R
|
||||
SUBDIR += p5-Tree-Simple
|
||||
SUBDIR += p5-Tree-Simple-View
|
||||
SUBDIR += p5-Tree-Simple-VisitorFactory
|
||||
|
21
devel/p5-Tree-R/Makefile
Normal file
21
devel/p5-Tree-R/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: p5-Tree-R
|
||||
# Date created: 03 Mar 2011
|
||||
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tree-R
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Perl extension for the Rtree data structure and algorithms
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Tree::R.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Tree-R/distinfo
Normal file
2
devel/p5-Tree-R/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Tree-R-0.06.tar.gz) = 063e991c1877168b9ca3a35606c3821a168718ad62fd51dbb6361eadbc6ab392
|
||||
SIZE (Tree-R-0.06.tar.gz) = 5725
|
3
devel/p5-Tree-R/pkg-descr
Normal file
3
devel/p5-Tree-R/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Tree::R - Perl extension for the Rtree data structure and algorithms
|
||||
|
||||
WWW: http://search.cpan.org/dist/Tree-R/
|
8
devel/p5-Tree-R/pkg-plist
Normal file
8
devel/p5-Tree-R/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/Tree/R.pm
|
||||
%%SITE_PERL%%/auto/Tree/R/autosplit.ix
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/R/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/R
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree
|
||||
@dirrm %%SITE_PERL%%/auto/Tree/R
|
||||
@dirrmtry %%SITE_PERL%%/auto/Tree
|
||||
@dirrmtry %%SITE_PERL%%/Tree
|
Loading…
Reference in New Issue
Block a user