blob: c82f193502b0990745dd214ff669aed2bf1535bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= Tree-R
PORTVERSION= 0.072
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Perl extension for the Rtree data structure and algorithms
WWW= https://metacpan.org/release/Tree-R
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|