freebsd-ports/textproc/p5-Tree-Suffix/Makefile

23 lines
397 B
Makefile
Raw Normal View History

# Created by: clsung
# $FreeBSD$
2007-07-09 04:39:10 +02:00
PORTNAME= Tree-Suffix
PORTVERSION= 0.21
2007-07-09 04:39:10 +02:00
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2007-07-09 04:39:10 +02:00
COMMENT= Perl interface to the libstree library
2007-07-09 04:39:10 +02:00
LIB_DEPENDS= stree.0:${PORTSDIR}/textproc/libstree
USES= perl5
USE_PERL5= configure
2007-07-09 04:39:10 +02:00
CFLAGS+= -I${LOCALBASE}/include
2007-07-09 04:39:10 +02:00
MAN3= Tree::Suffix.3
NO_STAGE= yes
.include <bsd.port.mk>