diff options
author | clsung <clsung@FreeBSD.org> | 2006-04-19 16:38:22 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-04-19 16:38:22 +0800 |
commit | 3168dce550bc557280a5165ecb38dbdd8ba2a291 (patch) | |
tree | 3493eae5f2f6e9c09079c2b3b295476ed02e1d5f /textproc/p5-Tree-Suffix | |
parent | 9b368c1f6604c847ecee13ee82f5e8e654a94f53 (diff) | |
download | freebsd-ports-gnome-3168dce550bc557280a5165ecb38dbdd8ba2a291.tar.gz freebsd-ports-gnome-3168dce550bc557280a5165ecb38dbdd8ba2a291.tar.zst freebsd-ports-gnome-3168dce550bc557280a5165ecb38dbdd8ba2a291.zip |
- p5-Tree-Suffix is a perl interface to the libstree library (C library)
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 |