summaryrefslogtreecommitdiff
path: root/security/py-openssl
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 18:53:07 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 18:53:07 +0000
commit0f69ba042ea0be242bfbf9847e5682042a5dd206 (patch)
tree190241be0b96ae965eb6caf1d2e433556c0b7c9b /security/py-openssl
parentActually add the new patches from the last commit.... (diff)
use USE_PYDISTUTILS
Notes
Notes: svn path=/head/; revision=58334
Diffstat (limited to 'security/py-openssl')
-rw-r--r--security/py-openssl/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile
index 703488d58b00..fd96e34974ce 100644
--- a/security/py-openssl/Makefile
+++ b/security/py-openssl/Makefile
@@ -17,14 +17,7 @@ DISTNAME= pyOpenSSL-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_PYTHON= yes
+USE_PYDISTUTILS= yes
USE_OPENSSL= yes
-SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
-
-do-build:
- @${SETUP_CMD} build
-
-do-install:
- @${SETUP_CMD} install
-
.include <bsd.port.mk>