# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_1_0/textproc/p5-Text-Unaccent/Makefile 352651 2014-04-29 21:11:04Z sunpoet $

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>
