* add python as a secondary virtual category
* set LICENSE_FILE
This commit is contained in:
parent
662d70d2ce
commit
5a5c83dc48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511082
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
PORTNAME= pystan
|
||||
PORTVERSION= 2.19.0.0
|
||||
CATEGORIES= math
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -10,6 +11,7 @@ MAINTAINER= gmm@tutanota.com
|
|||
COMMENT= PyStan is the Python interface for Stan
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE LICENSE
|
||||
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
|
Loading…
Reference in a new issue