21 lines
401 B
Makefile
21 lines
401 B
Makefile
# 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>
|