blob: 60ae6dc3e89c75ec374d4ed2feedeadecd65b661 (
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
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $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
LIB_DEPENDS= cconv:${PORTSDIR}/chinese/cconv
CFLAGS+= -I${LOCALBASE}/include
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so
NO_STAGE= yes
.include <bsd.port.mk>
|