forked from Lainports/freebsd-ports
Update MASTER_SITES and unbreak this port
- Add NO_ARCH - Remove PROJECTHOST - While I'm here, sort USE_PYTHON Approved by: portmgr (blanket)
This commit is contained in:
parent
43d7858086
commit
5e8277e774
1 changed files with 3 additions and 5 deletions
|
|
@ -5,18 +5,16 @@ PORTNAME= drmaa
|
|||
PORTVERSION= 0.4b3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= i@levsha.me
|
||||
COMMENT= Interact with DRMAA-compliant distributed resource management systems
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
PROJECTHOST= drmaa-python
|
||||
|
||||
BROKEN= Unfetchable (google code has gone away)
|
||||
|
||||
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