freebsd-ports/textproc/p5-Text-Unaccent/Makefile
Sunpoet Po-Chuan Hsieh 20fe3ee6a3 - Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line

PR:		ports/189114
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-29 21:11:04 +00:00

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>