- Add LICENSE

- Convert to new LIB_DEPENDS format
- Support STAGEDIR
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-20 03:20:59 +00:00
parent 73440ed900
commit fb672c3625
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334377

View File

@ -11,7 +11,9 @@ DISTNAME= ${PORTNAME}-python-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python wrapper for chinese/cconv
LIB_DEPENDS= cconv:${PORTSDIR}/chinese/cconv
LICENSE= GPLv2
LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv
CFLAGS+= -I${LOCALBASE}/include
USE_PYTHON= yes
@ -19,5 +21,4 @@ USE_PYDISTUTILS=yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so
NO_STAGE= yes
.include <bsd.port.mk>