2002-02-08 17:33:19 +01:00
|
|
|
# New ports collection makefile for: Tree::DAG_Node
|
|
|
|
# Date created: 31 Dec 2001
|
|
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Tree-DAG_Node
|
2007-12-18 18:01:28 +01:00
|
|
|
PORTVERSION= 1.06
|
2002-02-08 17:33:19 +01:00
|
|
|
CATEGORIES= devel perl5
|
2007-12-18 18:01:28 +01:00
|
|
|
MASTER_SITES= CPAN
|
2002-02-08 17:33:19 +01:00
|
|
|
MASTER_SITE_SUBDIR= Tree
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-12-18 18:01:28 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Super class for representing nodes in a tree
|
2002-02-08 17:33:19 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Tree::DAG_Node.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|