2001-05-27 07:42:57 +02:00
|
|
|
# New ports collection makefile for: Tree:Nary
|
2001-10-09 21:25:57 +02:00
|
|
|
# Date created: 18 May 2001
|
|
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
2001-05-27 07:42:57 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-10-09 21:25:57 +02:00
|
|
|
PORTNAME= Tree-Nary
|
2006-12-10 21:16:15 +01:00
|
|
|
PORTVERSION= 1.30
|
2005-09-22 09:53:36 +02:00
|
|
|
PORTEPOCH= 1
|
2001-10-09 21:25:57 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2001-05-27 07:42:57 +02:00
|
|
|
MASTER_SITE_SUBDIR= Tree
|
2001-10-09 21:25:57 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2006-12-10 21:16:15 +01:00
|
|
|
DISTNAME= ${PORTNAME}-1.3
|
2001-05-27 07:42:57 +02:00
|
|
|
|
2005-09-22 09:53:36 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-12-10 21:16:15 +01:00
|
|
|
COMMENT= Perl implementation of N-ary search trees
|
2001-05-27 07:42:57 +02:00
|
|
|
|
2001-10-09 21:25:57 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2001-05-27 07:42:57 +02:00
|
|
|
|
2001-10-09 21:25:57 +02:00
|
|
|
MAN3= Tree::Nary.3
|
2001-05-27 07:42:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|