mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
bc38de63fc
- Stage support - Bump PORTREV
26 lines
541 B
Makefile
26 lines
541 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
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|