|
Lines 2-17
Link Here
|
| 2 |
# $FreeBSD: head/x11-toolkits/py-xlib/Makefile 371203 2014-10-19 18:16:15Z mva $ |
2 |
# $FreeBSD: head/x11-toolkits/py-xlib/Makefile 371203 2014-10-19 18:16:15Z mva $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= xlib |
4 |
PORTNAME= xlib |
| 5 |
PORTVERSION= 0.14 |
5 |
PORTVERSION= 0.17 |
| 6 |
PORTREVISION= 1 |
|
|
| 7 |
CATEGORIES= x11-toolkits python |
6 |
CATEGORIES= x11-toolkits python |
| 8 |
MASTER_SITES= SF/python-${PORTNAME}/python-${PORTNAME}/${PORTVERSION} |
|
|
| 9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
| 10 |
DISTNAME= python-xlib-${PORTVERSION} |
| 11 |
|
7 |
|
| 12 |
MAINTAINER= mwm@mired.org |
8 |
MAINTAINER= mwm@mired.org |
| 13 |
COMMENT= X11 library for Python |
9 |
COMMENT= X11 library for Python |
| 14 |
|
10 |
|
|
|
11 |
LICENSE= GPLv2+ |
| 12 |
|
| 13 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.7:devel/py-setuptools_scm \ |
| 14 |
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six |
| 15 |
|
| 16 |
USE_GITHUB= yes |
| 17 |
GH_ACCOUNT= python-xlib |
| 18 |
GH_PROJECT= python-xlib |
| 19 |
GH_TAGNAME= eb3f4b7 |
| 20 |
|
| 15 |
USES= python |
21 |
USES= python |
| 16 |
USE_PYTHON= distutils autoplist |
22 |
USE_PYTHON= distutils autoplist |
| 17 |
|
23 |
|