freebsd-ports/net/py-smbpasswd/Makefile

22 lines
469 B
Makefile
Raw Normal View History

# 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}/ \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wxs@FreeBSD.org
COMMENT= SMB/CIFS password generation utility for Python
LICENSE= GPLv2
# Python3 ready
USES= python tar:tgz
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>