2013-08-21 19:42:57 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2011-05-09 09:40:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cconv
|
|
|
|
PORTVERSION= 0.5.0
|
|
|
|
CATEGORIES= chinese converters python
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= ${PORTNAME}-python-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Python wrapper for chinese/cconv
|
|
|
|
|
2013-11-20 04:20:59 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv
|
2011-05-09 09:40:22 +02:00
|
|
|
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2014-10-04 19:38:31 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
2014-08-15 04:59:55 +02:00
|
|
|
USES= python
|
2011-05-09 09:40:22 +02:00
|
|
|
|
2014-08-15 12:46:47 +02:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cconv.so
|
|
|
|
|
2011-05-09 09:40:22 +02:00
|
|
|
.include <bsd.port.mk>
|