20fe3ee6a3
- Pass maintainership to submitter - While I'm here, remove Author line PR: ports/189114 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
20 lines
363 B
Makefile
20 lines
363 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Unaccent
|
|
PORTVERSION= 1.08
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Remove accents from a string
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= iconv perl5
|
|
USE_PERL5= configure
|
|
CFLAGS+= -DICONV_CONST=const
|
|
|
|
.include <bsd.port.mk>
|