1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Convert to PYDISTUTILS_AUTOPLIST

- Stage support
- Bump PORTREV
This commit is contained in:
Martin Wilke 2014-01-31 10:18:44 +00:00
parent c8bc32022d
commit bc38de63fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341975

View File

@ -3,6 +3,7 @@
PORTNAME= smbpasswd
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://barryp.org/static/media/software/download/py-${PORTNAME}/${PORTVERSION}/ \
GOOGLE_CODE \
@ -16,10 +17,9 @@ COMMENT= SMB/CIFS password generation utility for Python
LICENSE= GPLv2
PLIST_FILES= %%PYTHON_SITELIBDIR%%/smbpasswd.so
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>