1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Add LICENSE

- Convert to new LIB_DEPENDS format
- Support STAGEDIR
- Update WWW: use https:// instead of http://
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-20 03:21:41 +00:00
parent 44338b979c
commit f201772aa1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334382
2 changed files with 6 additions and 4 deletions

View File

@ -11,19 +11,21 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= CUPS bindings for Python
LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_BZIP2= yes
USES= iconv
USE_PYDISTUTILS=yes
USE_PYTHON= -2.7
USES= iconv
PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so
PYDISTUTILS_EGGINFO= py${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:

View File

@ -1,4 +1,4 @@
CUPS bindings for Python
WWW: http://pypi.python.org/pypi/pycups
WWW: https://pypi.python.org/pypi/pycups
WWW: http://cyberelk.net/tim/software/pycups/