aboutsummaryrefslogtreecommitdiff
path: root/converters/iconv-rfc1345/Makefile
blob: 3d010971afc4bb03ca1c12c11c8a2278a322b671 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	iconv-rfc1345
PORTVERSION=	2.0
PORTREVISION=	1
CATEGORIES=	converters
MASTER_SITES=	LOCAL/bland

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Additional charset modules for the iconv library (from RFC1345)

LICENSE=	BSD3CLAUSE

LIB_DEPENDS=	libbiconv.so:converters/iconv

USES=		perl5 uidfix

.include <bsd.port.mk>