2004-07-07 15:20:11 +02:00
|
|
|
# New ports collection makefile for: Tree::Simple
|
|
|
|
# Date created: 7 July 2004
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Tree-Simple
|
2006-12-02 15:12:13 +01:00
|
|
|
PORTVERSION= 1.17
|
2004-07-07 15:20:11 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Tree
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-09-01 11:05:56 +02:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2004-07-07 15:20:11 +02:00
|
|
|
COMMENT= A simple tree object
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Tree::Simple.3 Tree::Simple::Visitor.3
|
|
|
|
|
2004-07-12 11:14:49 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
|
|
|
.endif
|
2004-08-17 18:01:58 +02:00
|
|
|
.if ${PERL_LEVEL} < 500601
|
2006-12-02 15:12:13 +01:00
|
|
|
IGNORE= perl 5.8 or newer required. Install lang/perl5.8 and try again
|
2004-08-17 18:01:58 +02:00
|
|
|
.endif
|
2004-07-12 11:14:49 +02:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|