- Add LICENSE
- Convert to new LIB_DEPENDS format - Support STAGEDIR
This commit is contained in:
parent
73440ed900
commit
fb672c3625
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334377
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user