aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-bcrypt
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-09 22:24:15 +0800
committermiwi <miwi@FreeBSD.org>2014-03-09 22:24:15 +0800
commit10dabf77d3b7ebfc5cb35502910cf846534707f2 (patch)
tree84755ea6ae8b7160bdf5bf7bfdc0b5dbbce49136 /security/py-bcrypt
parent47f97f3bd7c06f436601eaeedf8e363a4a726631 (diff)
downloadfreebsd-ports-gnome-10dabf77d3b7ebfc5cb35502910cf846534707f2.tar.gz
freebsd-ports-gnome-10dabf77d3b7ebfc5cb35502910cf846534707f2.tar.zst
freebsd-ports-gnome-10dabf77d3b7ebfc5cb35502910cf846534707f2.zip
- Convert to autoplist
- Stage support - Bump PORTREVISIO
Diffstat (limited to 'security/py-bcrypt')
-rw-r--r--security/py-bcrypt/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
index 3c403f030c75..50541287c452 100644
--- a/security/py-bcrypt/Makefile
+++ b/security/py-bcrypt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= bcrypt
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= GOOGLE_CODE \
http://www.mindrot.org/files/py-bcrypt/
@@ -13,16 +14,12 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Python bcrypt module
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= py_${PORTNAME}
-PYEASYINSTALL_ARCHDEP= yes
-PYEASYINSTALL_EGG= ${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PROJECTHOST= py-bcrypt
-NO_STAGE= yes
.include <bsd.port.mk>