2013-08-02 20:52:07 +02:00
|
|
|
# Created by: clsung
|
2006-04-19 10:38:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2007-07-09 04:39:10 +02:00
|
|
|
PORTNAME= Tree-Suffix
|
2009-09-03 09:09:10 +02:00
|
|
|
PORTVERSION= 0.21
|
2007-07-09 04:39:10 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2006-04-19 10:38:22 +02:00
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2007-07-09 04:39:10 +02:00
|
|
|
COMMENT= Perl interface to the libstree library
|
2006-04-19 10:38:22 +02:00
|
|
|
|
2014-01-05 13:07:20 +01:00
|
|
|
LIB_DEPENDS= libstree.so:${PORTSDIR}/textproc/libstree
|
2006-04-19 10:38:22 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2007-07-09 04:39:10 +02:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2006-04-19 10:38:22 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|