aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Tree-Nary/Makefile
blob: ab514abb5b99aba2255c645024519dd9ddcd7d9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    Tree:Nary
# Date created:             18 May 2001
# Whom:                 Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#

PORTNAME=       Tree-Nary
PORTVERSION=        1.30
PORTEPOCH=      1
CATEGORIES=     textproc perl5
MASTER_SITES=       CPAN
PKGNAMEPREFIX=      p5-
DISTNAME=       ${PORTNAME}-1.3

MAINTAINER=     perl@FreeBSD.org
COMMENT=        Perl implementation of N-ary search trees

PERL_CONFIGURE=     yes

MAN3=           Tree::Nary.3

.include <bsd.port.mk>