1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/www/py-jswebkit/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

24 lines
578 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$
PORTNAME= jswebkit
PORTVERSION= 0.0.3
PORTREVISION= 3
CATEGORIES= www python
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= gwrite
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= WebKit/JavaScriptCore Python bindings
BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= pkgconfig python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>