blob: 00ed5ce554befe141e991997ef692e8511e633fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
# $FreeBSD$
PORTNAME= iconv-rfc1345
PORTVERSION= 2.0
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bland
MAINTAINER= bland@FreeBSD.org
COMMENT= Additional charset modules for the iconv library (from RFC1345)
LIB_DEPENDS= libbiconv.so:${PORTSDIR}/converters/iconv
USES= perl5
NO_STAGE= yes
.include <bsd.port.mk>
|