freebsd-ports/devel/p5-Tree-Binary-Dictionary/Makefile

22 lines
450 B
Makefile

# Created by: Aaron Dalton <aaron@daltons.ca>
# $FreeBSD$
PORTNAME= Tree-Binary-Dictionary
PORTVERSION= 1.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A dictionary API to a binary tree
RUN_DEPENDS= p5-Tree-Binary>=0:${PORTSDIR}/devel/p5-Tree-Binary
BUILD_DEPENDS:= ${RUN_DEPENDS}
MAN3= Tree::Binary::Dictionary.3
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>