mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
f15ddbcc3d
- Same 'make test' errors exist as in previous versions. Reporting to vendor. PR: ports/101083 Submitted by: Gea-Suan Lin <gslin@gslin.org>
32 lines
721 B
Makefile
32 lines
721 B
Makefile
# New ports collection makefile for: p5-Tree-Binary-Dictionary
|
|
# Date created: 24 May 2006
|
|
# Whom: Aaron Dalton <aaron@daltons.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Tree-Binary-Dictionary
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Tree
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= aaron@FreeBSD.org
|
|
COMMENT= A dictionary API to a binary tree
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Tree/Binary.pm:${PORTSDIR}/devel/p5-Tree-Binary
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
MAN3= Tree::Binary::Dictionary.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires perl 5.6.x or later. Please install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|