diff options
Diffstat (limited to 'textproc/p5-Text-Aspell')
-rw-r--r-- | textproc/p5-Text-Aspell/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-Text-Aspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Aspell/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Aspell/pkg-plist | 7 |
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-Text-Aspell/Makefile b/textproc/p5-Text-Aspell/Makefile new file mode 100644 index 000000000000..a431995015f6 --- /dev/null +++ b/textproc/p5-Text-Aspell/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: textproc/p5-Text-Aspell +# Date created: 4 March 2005 +# Whom: lars.eggert@gmx.net +# +# $FreeBSD$ +# + +PORTNAME= Text-Aspell +PORTVERSION= 0.04 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= lars.eggert@gmx.net +COMMENT= Perl interface to the GNU Aspell library + +BUILD_DEPENDS= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +CONFIGURE_ARGS+= LIBS=-L${LOCALBASE}/lib INC=-I${LOCALBASE}/include + +MAN3= Text::Aspell.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Aspell/distinfo b/textproc/p5-Text-Aspell/distinfo new file mode 100644 index 000000000000..efeee804eff0 --- /dev/null +++ b/textproc/p5-Text-Aspell/distinfo @@ -0,0 +1,2 @@ +MD5 (Text-Aspell-0.04.tar.gz) = d0a0ee3fe8ef0659fae6e54b59943d00 +SIZE (Text-Aspell-0.04.tar.gz) = 10678 diff --git a/textproc/p5-Text-Aspell/pkg-descr b/textproc/p5-Text-Aspell/pkg-descr new file mode 100644 index 000000000000..2868336a0ba6 --- /dev/null +++ b/textproc/p5-Text-Aspell/pkg-descr @@ -0,0 +1,6 @@ +This module provides a Perl interface to the GNU Aspell library. +The GNU Aspell library provides access to system spelling libraries, +including a spell checker. This module is to meet the need of looking +up many words, one at a time, in a single session. + +WWW: http://search.cpan.org/~hank/Text-Aspell/ diff --git a/textproc/p5-Text-Aspell/pkg-plist b/textproc/p5-Text-Aspell/pkg-plist new file mode 100644 index 000000000000..2bfcd9725ba1 --- /dev/null +++ b/textproc/p5-Text-Aspell/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Aspell.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aspell/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aspell/Aspell.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aspell/Aspell.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aspell +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text 2>/dev/null || true |