diff --git a/textproc/p5-Text-Unaccent/Makefile b/textproc/p5-Text-Unaccent/Makefile index 649db805e91c..027279d81b32 100644 --- a/textproc/p5-Text-Unaccent/Makefile +++ b/textproc/p5-Text-Unaccent/Makefile @@ -8,9 +8,11 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Remove accents from a string +LICENSE= GPLv2 + USES= iconv perl5 USE_PERL5= configure CFLAGS+= -DICONV_CONST=const diff --git a/textproc/p5-Text-Unaccent/pkg-descr b/textproc/p5-Text-Unaccent/pkg-descr index 190a1cf1afeb..00c524a357ba 100644 --- a/textproc/p5-Text-Unaccent/pkg-descr +++ b/textproc/p5-Text-Unaccent/pkg-descr @@ -3,5 +3,4 @@ converts the input string from the specified charset to UTF-16 and call unac_string_utf16 to return the unaccented equivalent. The conversion from and to UTF-16 is done with iconv(1). -Author: Loic Dachary WWW: http://search.cpan.org/dist/Text-Unaccent/