diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
commit | 3e839fced03911e060519db070ef0b74a8f453d5 (patch) | |
tree | 58839ba4c2c0d7dad468b2a8f8430d225f909a6b /russian/p5-Lingua-RU-Charset | |
parent | 8c1e758bbd2d733cd1522404a3cb69077926ee68 (diff) | |
download | FreeBSD-ports-3e839fced03911e060519db070ef0b74a8f453d5.zip FreeBSD-ports-3e839fced03911e060519db070ef0b74a8f453d5.tar.gz |
Remove do-configure section, use PERL_CONFIGURE now.
Diffstat (limited to 'russian/p5-Lingua-RU-Charset')
-rw-r--r-- | russian/p5-Lingua-RU-Charset/Makefile | 5 | ||||
-rw-r--r-- | russian/p5-Lingua-RU-Charset/pkg-comment | 2 | ||||
-rw-r--r-- | russian/p5-Lingua-RU-Charset/pkg-descr | 16 |
3 files changed, 10 insertions, 13 deletions
diff --git a/russian/p5-Lingua-RU-Charset/Makefile b/russian/p5-Lingua-RU-Charset/Makefile index ad772a8..e07600d 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 f51c13a..4dc0896 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 5b6bef2..da92b25 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> |