Changeset View
Changeset View
Standalone View
Standalone View
net/libproxy-python/Makefile
| # Created by: Koop Mast <kwm@FreeBSD.org> | # Created by: Koop Mast <kwm@FreeBSD.org> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| # $MCom: ports/net/libproxy-python/Makefile,v 1.1 2011/01/12 13:10:54 kwm Exp $ | # $MCom$ | ||||
| PORTREVISION= 0 | PORTREVISION= 0 | ||||
| CATEGORIES= net lang | CATEGORIES= net lang | ||||
| PKGNAMESUFFIX= -python | PKGNAMESUFFIX= -${OPTIONS_SLAVE:tl} | ||||
| MAINTAINER= gnome@FreeBSD.org | OPTIONS_SLAVE= PYTHON | ||||
| COMMENT= python binding for libproxy | |||||
| RUN_DEPENDS= libproxy>=${PORTVERSION}:net/libproxy | COMMENT= Perl binding for libproxy | ||||
mat: Python? | |||||
| MASTERDIR= ${.CURDIR}/../libproxy | MASTERDIR= ${.CURDIR:H:H}/net/libproxy | ||||
| DESCR= ${.CURDIR}/pkg-descr | |||||
| PLIST= ${.CURDIR}/pkg-plist | |||||
| INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}/bindings/python | |||||
| NO_ARCH= yes | |||||
| NO_BUILD= yes | |||||
| USES= python:2.7 | |||||
| LIBPROXY_SLAVE= python | |||||
| post-install: | |||||
| ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ | |||||
| -f -d ${PYTHONPREFIX_SITELIBDIR} \ | |||||
| ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} | |||||
| ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ | |||||
| -f -d ${PYTHONPREFIX_SITELIBDIR} \ | |||||
| ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} | |||||
| .include "${MASTERDIR}/Makefile" | .include "${MASTERDIR}/Makefile" | ||||
Not Done Inline ActionsThis should happen before the target. mat: This should happen before the target. | |||||
Python?