From 20fe3ee6a352d981d1b6d36cca2f0abc7576a21c Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 29 Apr 2014 21:11:04 +0000 Subject: [PATCH] - Add LICENSE - Pass maintainership to submitter - While I'm here, remove Author line PR: ports/189114 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> --- textproc/p5-Text-Unaccent/Makefile | 4 +++- textproc/p5-Text-Unaccent/pkg-descr | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) 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/