freebsd-ports/textproc/p5-Text-Unaccent/Makefile
Muhammad Moinur Rahman 6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00

20 lines
361 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-Unaccent
PORTVERSION= 1.08
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Remove accents from a string
LICENSE= GPLv2
USES= iconv perl5
USE_PERL5= configure
CFLAGS+= -DICONV_CONST=const
.include <bsd.port.mk>