Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2018 19:59:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465920 - head/math/py-fpconst
Message-ID:  <201803291959.w2TJxhUj093505@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803291959.w2TJxhUj093505>