2004-05-25 00:15:59 +02:00
|
|
|
# Ports collection makefile for: py-smbpasswd
|
2012-06-03 22:20:27 +02:00
|
|
|
# Date created: May 24, 2004
|
|
|
|
# Whom: 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
|
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
|
|
|
|
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/smbpasswd.so
|
|
|
|
# Python3 ready
|
2005-01-29 02:41:48 +01:00
|
|
|
USE_PYTHON= yes
|
2004-05-25 00:15:59 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|