1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net/py-smbpasswd/Makefile
Sunpoet Po-Chuan Hsieh 0dab8e21f1 Remove PROJECTHOST and use USES=tar:tgz
- While I'm here, sort USE_PYTHON

Approved by:	portmgr (blanket)
2017-01-23 18:51:38 +00:00

22 lines
469 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}/ \
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>