aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Unaccent
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-29 21:11:04 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-29 21:11:04 +0000
commit20fe3ee6a352d981d1b6d36cca2f0abc7576a21c (patch)
tree2542af5e8147cf22cb065a5e45701072e02bd1dc /textproc/p5-Text-Unaccent
parent58e9a05f25bf88407f22b3e9650c7061a3059f06 (diff)
downloadports-20fe3ee6a352d981d1b6d36cca2f0abc7576a21c.tar.gz
ports-20fe3ee6a352d981d1b6d36cca2f0abc7576a21c.zip
- Add LICENSE
- Pass maintainership to submitter - While I'm here, remove Author line PR: ports/189114 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes: svn path=/head/; revision=352651
Diffstat (limited to 'textproc/p5-Text-Unaccent')
-rw-r--r--textproc/p5-Text-Unaccent/Makefile4
-rw-r--r--textproc/p5-Text-Unaccent/pkg-descr1
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 <loic@senga.org>
WWW: http://search.cpan.org/dist/Text-Unaccent/