summaryrefslogtreecommitdiff
path: root/russian/p5-Lingua-RU-Charset
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-01 06:39:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-01 06:39:18 +0000
commit68c2f99c6300bc38a37eb3a8292b562cc2d8952b (patch)
tree0898749bb767b388765958548da12c5b50b3825d /russian/p5-Lingua-RU-Charset
parentRemove p5-pRPC. (diff)
Remove do-configure section, use PERL_CONFIGURE now.
Notes
Notes: svn path=/head/; revision=38917
Diffstat (limited to 'russian/p5-Lingua-RU-Charset')
-rw-r--r--russian/p5-Lingua-RU-Charset/Makefile5
-rw-r--r--russian/p5-Lingua-RU-Charset/pkg-comment2
-rw-r--r--russian/p5-Lingua-RU-Charset/pkg-descr16
3 files changed, 10 insertions, 13 deletions
diff --git a/russian/p5-Lingua-RU-Charset/Makefile b/russian/p5-Lingua-RU-Charset/Makefile
index ad772a835970..e07600df0c6f 100644
--- a/russian/p5-Lingua-RU-Charset/Makefile
+++ b/russian/p5-Lingua-RU-Charset/Makefile
@@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kapr@crosswinds.net
-USE_PERL5= YES
+PERL_CONFIGURE= YES
MAN3= Lingua::RU::Charset.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-do-configure:
- @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
.include <bsd.port.mk>
diff --git a/russian/p5-Lingua-RU-Charset/pkg-comment b/russian/p5-Lingua-RU-Charset/pkg-comment
index f51c13aaf91c..4dc0896a890a 100644
--- a/russian/p5-Lingua-RU-Charset/pkg-comment
+++ b/russian/p5-Lingua-RU-Charset/pkg-comment
@@ -1 +1 @@
-Perl extension for detecting and converting various russian character sets.
+Perl extension for detecting and converting various russian character sets
diff --git a/russian/p5-Lingua-RU-Charset/pkg-descr b/russian/p5-Lingua-RU-Charset/pkg-descr
index 5b6bef2c2f36..da92b25d6130 100644
--- a/russian/p5-Lingua-RU-Charset/pkg-descr
+++ b/russian/p5-Lingua-RU-Charset/pkg-descr
@@ -1,12 +1,12 @@
From the README file for Lingua::RU::Charset:
- Lingua::RU::Charset - Perl extension for detecting and converting
- various russian character sets: KOI8-r, Windows-1251, CP866,
- ISO-8859-5, X-Mac-Cyrillic, russian text in english letters,
- russian part of Unicode and UTF-8. This module can be especially
- useful for computers with broken cyrillic locales (like foreign
- web hosts).
+Lingua::RU::Charset - Perl extension for detecting and converting
+various russian character sets: KOI8-r, Windows-1251, CP866,
+ISO-8859-5, X-Mac-Cyrillic, russian text in english letters,
+russian part of Unicode and UTF-8. This module can be especially
+useful for computers with broken cyrillic locales (like foreign
+web hosts).
- This module does not use locale or unicode and is written in pure Perl,
- so it will probably work at any computer.
+This module does not use locale or unicode and is written in pure Perl,
+so it will probably work at any computer.
Alex Kapranoff <kapr@crosswinds.net>