Remove PROJECTHOST and use USES=tar:tgz

- While I'm here, sort USE_PYTHON

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-23 18:51:38 +00:00
parent 5538dca1b7
commit 0dab8e21f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432277

View file

@ -7,9 +7,7 @@ PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://barryp.org/static/media/software/download/py-${PORTNAME}/${PORTVERSION}/ \
CHEESESHOP
PROJECTHOST= py-smbpasswd
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= wxs@FreeBSD.org
COMMENT= SMB/CIFS password generation utility for Python
@ -17,7 +15,7 @@ COMMENT= SMB/CIFS password generation utility for Python
LICENSE= GPLv2
# Python3 ready
USES= python
USE_PYTHON= distutils autoplist
USES= python tar:tgz
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>