mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
d293b9db16
- s/CSME/CENKES/ in my ports
24 lines
590 B
Makefile
24 lines
590 B
Makefile
# New ports collection makefile for: py-openssl-proxy
|
|
# Date created: 23 July 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openssl-proxy
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= www security
|
|
MASTER_SITES= http://richard.jones.name/google-hacks/gmail-filesystem/ CENKES
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyOpenSSLProxy-${PORTVERSION}
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= HTTPS proxy support
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|