aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/py-cconv/Makefile
blob: 648619c0a1809e52ad44f5b464b3893629292d72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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)

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>