freebsd-ports/converters/iconv-rfc1345/Makefile
Alexander Nedotsukov 5e71a65e70 Take over maintanership.
- Konstantin explicitly resigned from BSD iconv few years ago.
- My e-mail pings about the case was never answered
  (last attempt 2/23/2004).
- There is a technical problem contacting him. [1]

PR:	67692 [1]
2004-06-08 02:18:55 +00:00

20 lines
491 B
Makefile

# New ports collection makefile for: iconv
# Date created: 10 September 2000
# Whom: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
#
# $FreeBSD$
#
PORTNAME= iconv-rfc1345
PORTVERSION= 2.0
CATEGORIES= converters
MASTER_SITES= http://archive.dante.net/staff/konstantin/FreeBSD/iconv/
MAINTAINER= bland@FreeBSD.org
COMMENT= Additional charset modules for the iconv library (from RFC1345)
LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv
USE_PERL5= yes
.include <bsd.port.mk>