diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-20 03:21:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-20 03:21:41 +0000 |
commit | f201772aa114d408ee7cdf69d7dc0ad14495154b (patch) | |
tree | fc9e399c97cea981b81d33093b811d8463834daf /print | |
parent | 44338b979c8f39746b2ba89fcf08b33638a7efc3 (diff) | |
download | ports-f201772aa114d408ee7cdf69d7dc0ad14495154b.tar.gz ports-f201772aa114d408ee7cdf69d7dc0ad14495154b.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/py-cups/Makefile | 8 | ||||
-rw-r--r-- | print/py-cups/pkg-descr | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 2229c6902314..7b67777f14fe 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -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: diff --git a/print/py-cups/pkg-descr b/print/py-cups/pkg-descr index 37b1c30df1b4..a40edfb59895 100644 --- a/print/py-cups/pkg-descr +++ b/print/py-cups/pkg-descr @@ -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/ |