svn commit: r465920 - head/math/py-fpconst

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 29 19:59:47 UTC 2018


Author: sunpoet
Date: Thu Mar 29 19:59:42 2018
New Revision: 465920
URL: https://svnweb.freebsd.org/changeset/ports/465920

Log:
  Add LICENSE
  
  - Add NO_ARCH

Modified:
  head/math/py-fpconst/Makefile

Modified: head/math/py-fpconst/Makefile
==============================================================================
--- head/math/py-fpconst/Makefile	Thu Mar 29 19:59:37 2018	(r465919)
+++ head/math/py-fpconst/Makefile	Thu Mar 29 19:59:42 2018	(r465920)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Utilities for handling IEEE 754 floating point special values
 
+LICENSE=	APACHE20
+
+NO_ARCH=	yes
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-all mailing list