Tweak textproc/p5-Tree-Suffix version 0.21
[dports.git] / textproc / p5-Tree-Suffix / Makefile
1 # Created by: clsung
2 # $FreeBSD: textproc/p5-Tree-Suffix/Makefile 324174 2013-08-02 18:52:07Z mat $
3
4 PORTNAME=       Tree-Suffix
5 PORTVERSION=    0.21
6 CATEGORIES=     textproc perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Perl interface to the libstree library
12
13 LIB_DEPENDS=    stree.0:${PORTSDIR}/textproc/libstree
14
15 USES=           perl5
16 USE_PERL5=      configure
17 CFLAGS+=        -I${LOCALBASE}/include
18
19 MAN3=           Tree::Suffix.3
20
21 .include <bsd.port.mk>