mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
0dab8e21f1
- While I'm here, sort USE_PYTHON Approved by: portmgr (blanket)
22 lines
469 B
Makefile
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>
|