# Created by: clsung
# $FreeBSD: textproc/p5-Tree-Suffix/Makefile 327773 2013-09-20 23:17:30Z bapt $

PORTNAME=	Tree-Suffix
PORTVERSION=	0.21
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl interface to the libstree library

LIB_DEPENDS=	stree.0:${PORTSDIR}/textproc/libstree

USES=		perl5
USE_PERL5=	configure
CFLAGS+=	-I${LOCALBASE}/include

MAN3=		Tree::Suffix.3

NO_STAGE=	yes
.include <bsd.port.mk>
