diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-04-19 08:38:22 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-04-19 08:38:22 +0000 |
commit | 30b40f4cf28e49bcf57723182b08ebe84c8f8ac2 (patch) | |
tree | 2cf522ce9e9ab2589a25a15189cf53d95df936d5 /textproc/p5-Tree-Suffix | |
parent | f3589c0f9366785712bef53968e89430e63bb072 (diff) | |
download | ports-30b40f4cf28e49bcf57723182b08ebe84c8f8ac2.tar.gz ports-30b40f4cf28e49bcf57723182b08ebe84c8f8ac2.zip |
Notes
Diffstat (limited to 'textproc/p5-Tree-Suffix')
-rw-r--r-- | textproc/p5-Tree-Suffix/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Tree-Suffix/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Tree-Suffix/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Tree-Suffix/pkg-plist | 7 |
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/p5-Tree-Suffix/Makefile b/textproc/p5-Tree-Suffix/Makefile new file mode 100644 index 000000000000..53323b6ccfa2 --- /dev/null +++ b/textproc/p5-Tree-Suffix/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Tree-Suffix +# Date created: Apr 17 2006 +# Whom: clsung +# +# $FreeBSD$ +# + +PORTNAME= Tree-Suffix +PORTVERSION= 0.14 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Tree +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Perl interface to the libstree library + +LIB_DEPENDS= stree.0:${PORTSDIR}/textproc/libstree + +PERL_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include + +MAN3= Tree::Suffix.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Tree-Suffix/distinfo b/textproc/p5-Tree-Suffix/distinfo new file mode 100644 index 000000000000..41da1b2fbef8 --- /dev/null +++ b/textproc/p5-Tree-Suffix/distinfo @@ -0,0 +1,3 @@ +MD5 (Tree-Suffix-0.14.tar.gz) = 1369d10951728a619a51be1895973987 +SHA256 (Tree-Suffix-0.14.tar.gz) = 88bf8004339e51f0b4c8fb39df758c64aa6f5be17259dd72772c4a792a9d3354 +SIZE (Tree-Suffix-0.14.tar.gz) = 38648 diff --git a/textproc/p5-Tree-Suffix/pkg-descr b/textproc/p5-Tree-Suffix/pkg-descr new file mode 100644 index 000000000000..e3716e88856f --- /dev/null +++ b/textproc/p5-Tree-Suffix/pkg-descr @@ -0,0 +1,4 @@ +The Tree::Suffix module provides an interface to the C library +libstree, which implements generic suffix trees. + +WWW: http://search.cpan.org/dist/Tree-Suffix/ diff --git a/textproc/p5-Tree-Suffix/pkg-plist b/textproc/p5-Tree-Suffix/pkg-plist new file mode 100644 index 000000000000..4ba8deff894c --- /dev/null +++ b/textproc/p5-Tree-Suffix/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Suffix/Suffix.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Suffix/Suffix.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Suffix/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/Tree/Suffix.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Suffix +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tree |