aboutsummaryrefslogtreecommitdiff
path: root/security/py-amkCrypto
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-amkCrypto')
-rw-r--r--security/py-amkCrypto/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/py-amkCrypto/Makefile b/security/py-amkCrypto/Makefile
index 5949f61881d4..c5d36b8063ac 100644
--- a/security/py-amkCrypto/Makefile
+++ b/security/py-amkCrypto/Makefile
@@ -14,14 +14,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= jason@mastaler.com
-BUILD_DEPENDS= ${PYDISTUTILS}
USE_PYTHON= yes
+USE_PYDISTUTILS= yes
USE_OPENSSL= yes
-do-build:
- (cd ${WRKSRC}; ${PYTHON_CMD} setup.py build)
-
-do-install:
- (cd ${WRKSRC}; ${PYTHON_CMD} setup.py install)
-
.include <bsd.port.mk>