freebsd-ports/x11-toolkits/py-xlib/Makefile
Martin Wilke 74f95cefce - Convert to autoplist
- Stage support
- Bump PORTREVISION
2014-03-01 18:00:24 +00:00

19 lines
429 B
Makefile

# Created by: Mike Meyer <mwm@mired.org>
# $FreeBSD$
PORTNAME= xlib
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= x11-toolkits python
MASTER_SITES= SF/python-${PORTNAME}/python-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-xlib-${PORTVERSION}
MAINTAINER= mwm@mired.org
COMMENT= X11 library for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>