2001-05-27 01:42:57 -04:00
|
|
|
# New ports collection makefile for: Tree:Nary
|
2001-10-09 15:25:57 -04:00
|
|
|
# Date created: 18 May 2001
|
|
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
2001-05-27 01:42:57 -04:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-10-09 15:25:57 -04:00
|
|
|
PORTNAME= Tree-Nary
|
|
|
|
PORTVERSION= 1.21
|
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2001-05-27 01:42:57 -04:00
|
|
|
MASTER_SITE_SUBDIR= Tree
|
2001-10-09 15:25:57 -04:00
|
|
|
PKGNAMEPREFIX= p5-
|
2001-05-27 01:42:57 -04:00
|
|
|
|
2001-10-09 15:25:57 -04:00
|
|
|
MAINTAINER= svenasse@polaris.ca
|
2003-02-21 08:42:50 -05:00
|
|
|
COMMENT= Perl implementation of N-ary search trees
|
2001-05-27 01:42:57 -04:00
|
|
|
|
2001-10-09 15:25:57 -04:00
|
|
|
PERL_CONFIGURE= yes
|
2001-05-27 01:42:57 -04:00
|
|
|
|
2001-10-09 15:25:57 -04:00
|
|
|
MAN3= Tree::Nary.3
|
2001-05-27 01:42:57 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|