mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove PROJECTHOST and use USES=tar:tgz
- While I'm here, sort USE_PYTHON Approved by: portmgr (blanket)
This commit is contained in:
parent
5538dca1b7
commit
0dab8e21f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432277
1 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue