Update MASTER_SITES and unbreak this port

- Add LICENSE
- Add NO_ARCH
- Remove PROJECTHOST
- 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:51 +00:00
parent 5e8277e774
commit c52a7544d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432280

View file

@ -5,17 +5,17 @@ PORTNAME= wikitools
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= GOOGLE_CODE
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python package for interacting with a MediaWiki wiki
BROKEN= Unfetchable (google code has gone away)
PROJECTHOST= python-${PORTNAME}
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>