blob: 8f84e35b28a50a951ec38bf35a9c993feffdfb68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= Text-Unaccent
PORTVERSION= 1.08
PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Remove accents from a string
WWW= https://metacpan.org/release/Text-Unaccent
LICENSE= GPLv2
USES= iconv perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
|