2013-09-08 16:06:52 +02:00
|
|
|
# Created by: Ju Pengfei <jupengfei@gmail.com>
|
2010-04-26 08:44:49 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= jswebkit
|
2010-10-20 09:40:39 +02:00
|
|
|
PORTVERSION= 0.0.3
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 3
|
2010-04-26 08:44:49 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2013-09-08 16:06:52 +02:00
|
|
|
PROJECTHOST= gwrite
|
2010-04-26 08:44:49 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2011-09-21 18:48:43 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2010-04-26 08:44:49 +02:00
|
|
|
COMMENT= WebKit/JavaScriptCore Python bindings
|
|
|
|
|
2014-07-21 22:54:34 +02:00
|
|
|
BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
|
2014-07-14 20:42:04 +02:00
|
|
|
LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-04-26 08:44:49 +02:00
|
|
|
|
2013-09-08 16:06:52 +02:00
|
|
|
USES= pkgconfig
|
2013-12-30 13:59:08 +01:00
|
|
|
USE_PYTHON= 2
|
2010-04-26 08:44:49 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2013-12-30 13:59:08 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2010-04-26 08:44:49 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|