1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/net/py-smbpasswd/Makefile
Martin Wilke bc38de63fc - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREV
2014-01-31 10:18:44 +00:00

26 lines
541 B
Makefile

# Created by: Alexander Novitsky
# $FreeBSD$
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 \
CHEESESHOP
PROJECTHOST= py-smbpasswd
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= wxs@FreeBSD.org
COMMENT= SMB/CIFS password generation utility for Python
LICENSE= GPLv2
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>