diff options
Diffstat (limited to 'chinese/py-cconv/Makefile')
-rw-r--r-- | chinese/py-cconv/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/chinese/py-cconv/Makefile b/chinese/py-cconv/Makefile deleted file mode 100644 index d1f316936422..000000000000 --- a/chinese/py-cconv/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= cconv -PORTVERSION= 0.5.0 -DISTVERSIONPREFIX= python- -CATEGORIES= chinese converters python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python wrapper for chinese/cconv - -LICENSE= GPLv2 - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -LIB_DEPENDS= libcconv.so:chinese/cconv - -USE_PYTHON= autoplist concurrent distutils -USES= localbase python - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cconv.so - -.include <bsd.port.mk> |