svn commit: r511082 - head/math/py-pystan

Dan Langille dvl at FreeBSD.org
Wed Sep 4 11:17:40 UTC 2019


Author: dvl
Date: Wed Sep  4 11:17:40 2019
New Revision: 511082
URL: https://svnweb.freebsd.org/changeset/ports/511082

Log:
  * add python as a secondary virtual category
  * set LICENSE_FILE

Modified:
  head/math/py-pystan/Makefile

Modified: head/math/py-pystan/Makefile
==============================================================================
--- head/math/py-pystan/Makefile	Wed Sep  4 11:15:58 2019	(r511081)
+++ head/math/py-pystan/Makefile	Wed Sep  4 11:17:40 2019	(r511082)
@@ -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 at tutanota.com
 COMMENT=	PyStan is the Python interface for Stan
 
 LICENSE=	GPLv3
+LICENSE_FILE	LICENSE
 
 USES=		python shebangfix
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list