mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
5e8277e774
commit
c52a7544d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432280
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue