diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-08 23:47:37 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-08 23:47:37 +0000 |
commit | 8d923ffda5263cad8cddcd04ca818b3a2098217b (patch) | |
tree | 6c9a5195d9fc3536aad864279144ffa89392df21 /textproc/p5-Lingua-Conjunction | |
parent | 1a03f043473d0f2d5842bd520ae55ca533640ea3 (diff) | |
download | ports-8d923ffda5263cad8cddcd04ca818b3a2098217b.tar.gz ports-8d923ffda5263cad8cddcd04ca818b3a2098217b.zip |
Add p5-Lingua-Conjunction 1.99, convert Perl lists into linguistic
conjunctions.
PR: 33431
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes:
svn path=/head/; revision=60922
Diffstat (limited to 'textproc/p5-Lingua-Conjunction')
-rw-r--r-- | textproc/p5-Lingua-Conjunction/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Lingua-Conjunction/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Conjunction/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Conjunction/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Lingua-Conjunction/pkg-plist | 5 |
5 files changed, 35 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Conjunction/Makefile b/textproc/p5-Lingua-Conjunction/Makefile new file mode 100644 index 000000000000..f9eb96469ec2 --- /dev/null +++ b/textproc/p5-Lingua-Conjunction/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Lingua::Conjunction +# Date created: 31 Dec 2001 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Lingua-Conjunction +PORTVERSION= 1.99 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Lingua +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes + +MAN3= Lingua::Conjunction.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-Lingua-Conjunction/distinfo b/textproc/p5-Lingua-Conjunction/distinfo new file mode 100644 index 000000000000..07aefb4b0afd --- /dev/null +++ b/textproc/p5-Lingua-Conjunction/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-Conjunction-1.99.tar.gz) = a7276874583ab8026f4c9e4b80d6b1fa diff --git a/textproc/p5-Lingua-Conjunction/pkg-comment b/textproc/p5-Lingua-Conjunction/pkg-comment new file mode 100644 index 000000000000..8263498788dd --- /dev/null +++ b/textproc/p5-Lingua-Conjunction/pkg-comment @@ -0,0 +1 @@ +Convert Perl lists into linguistic conjunctions diff --git a/textproc/p5-Lingua-Conjunction/pkg-descr b/textproc/p5-Lingua-Conjunction/pkg-descr new file mode 100644 index 000000000000..f29b687ee5a6 --- /dev/null +++ b/textproc/p5-Lingua-Conjunction/pkg-descr @@ -0,0 +1,6 @@ +Lingua::Conjunction exports a single subroutine, conjunction, that +converts a list into a properly punctuated text string. + +WWW: http://search.cpan.org/search?dist=Lingua-Conjunction + +Seamus Venasse <svenasse@polaris.ca> diff --git a/textproc/p5-Lingua-Conjunction/pkg-plist b/textproc/p5-Lingua-Conjunction/pkg-plist new file mode 100644 index 000000000000..ce9019f839e9 --- /dev/null +++ b/textproc/p5-Lingua-Conjunction/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Lingua/Conjunction.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/Conjunction/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/Conjunction +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true |