aboutsummaryrefslogtreecommitdiffstats
path: root/converters/py-iconvcodec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/py-iconvcodec/Makefile')
-rw-r--r--converters/py-iconvcodec/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/converters/py-iconvcodec/Makefile b/converters/py-iconvcodec/Makefile
deleted file mode 100644
index fdb195ff0950..000000000000
--- a/converters/py-iconvcodec/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: py-iconv
-# Date created: 23 April 2003
-# Whom: Hye-Shik Chang <perky@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= iconvcodec
-PORTVERSION= 1.1.2
-CATEGORIES= converters python
-MASTER_SITES= BERLIOS/cjkpython
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Universal unicode codec using iconv(3) for Python
-
-DEPRECATED= Included into python itself since version 2.4
-EXPIRATION_DATE= 2011-12-11
-
-USE_ICONV= yes
-USE_PYTHON= 2.1+
-USE_PYDISTUTILS= yes
-PYDISTUTILS_BUILDARGS= --with-libiconv=${LOCALBASE}
-
-.include <bsd.port.mk>