freebsd-ports/net/py-smbpasswd/Makefile
Marcus von Appen 2f71940292 - Convert ports of net/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:21:26 +00:00

24 lines
522 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
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>