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

20 lines
364 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
2014-01-05 13:07:20 +01:00
LIB_DEPENDS= libstree.so:${PORTSDIR}/textproc/libstree
USES= perl5
USE_PERL5= configure
2007-07-09 04:39:10 +02:00
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>