3037cb61c7
- Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful
17 lines
325 B
Makefile
17 lines
325 B
Makefile
# Created by: 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>
|