summaryrefslogtreecommitdiff
path: root/security/py-cryptopp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-cryptopp/Makefile')
-rw-r--r--security/py-cryptopp/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/security/py-cryptopp/Makefile b/security/py-cryptopp/Makefile
index ec1ed29a2c3..eef5e8bb47f 100644
--- a/security/py-cryptopp/Makefile
+++ b/security/py-cryptopp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2010/09/24 18:10:46 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2012/02/18 21:18:02 gls Exp $
#
-VERSION= 0.5.25
+VERSION= 0.5.29
DISTNAME= pycryptopp-${VERSION}
PKGNAME= ${PYPKGPREFIX}-cryptopp-${VERSION}
CATEGORIES= security python
@@ -15,5 +15,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
+REPLACE_INTERPRETER+= python
+REPLACE.python.old= /usr/bin/env python
+REPLACE.python.new= ${PYTHONBIN}
+REPLACE_FILES.python= pycryptopp/test/*.py
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"