aboutsummaryrefslogtreecommitdiffstats
path: root/converters/iconv-extra/Makefile
blob: 678240f83377bf1684d9570f62cdd33b3b73a06c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
# $FreeBSD$

PORTNAME=   iconv-extra
PORTVERSION=    2.0
CATEGORIES= converters
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bland

MAINTAINER= bland@FreeBSD.org
COMMENT=    Additional charsets for the iconv library (those from the Unicode site)

LIB_DEPENDS=    libbiconv.so:${PORTSDIR}/converters/iconv

USES=       perl5 uidfix

.include <bsd.port.mk>