2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Alexander Novitsky
|
2004-05-25 00:15:59 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= smbpasswd
|
2012-06-03 22:20:27 +02:00
|
|
|
PORTVERSION= 1.0.2
|
2014-01-31 11:18:44 +01:00
|
|
|
PORTREVISION= 1
|
2004-05-25 00:15:59 +02:00
|
|
|
CATEGORIES= net python
|
2012-06-03 22:20:27 +02:00
|
|
|
MASTER_SITES= http://barryp.org/static/media/software/download/py-${PORTNAME}/${PORTVERSION}/ \
|
|
|
|
GOOGLE_CODE \
|
|
|
|
CHEESESHOP
|
|
|
|
PROJECTHOST= py-smbpasswd
|
2004-05-25 00:15:59 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2012-06-03 22:20:27 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
2004-05-25 00:15:59 +02:00
|
|
|
|
2010-04-13 15:51:24 +02:00
|
|
|
MAINTAINER= wxs@FreeBSD.org
|
2004-05-25 00:15:59 +02:00
|
|
|
COMMENT= SMB/CIFS password generation utility for Python
|
|
|
|
|
2012-06-03 22:20:27 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
# Python3 ready
|
2014-10-24 18:21:26 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2004-05-25 00:15:59 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|