mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
2f71940292
Approved by: portmgr (implicit)
25 lines
522 B
Makefile
25 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>
|