mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
19 lines
413 B
Makefile
19 lines
413 B
Makefile
# 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= biconv.2:${PORTSDIR}/converters/iconv
|
|
|
|
USES= perl5
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|