svn commit: r466754 - head/devel/py-prettytable

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 7 16:35:15 UTC 2018


Author: sunpoet
Date: Sat Apr  7 16:35:13 2018
New Revision: 466754
URL: https://svnweb.freebsd.org/changeset/ports/466754

Log:
  Add LICENSE
  
  - Add NO_ARCH
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/py-prettytable/Makefile

Modified: head/devel/py-prettytable/Makefile
==============================================================================
--- head/devel/py-prettytable/Makefile	Sat Apr  7 16:35:08 2018	(r466753)
+++ head/devel/py-prettytable/Makefile	Sat Apr  7 16:35:13 2018	(r466754)
@@ -11,6 +11,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	novel at FreeBSD.org
 COMMENT=	Library for displaying tabular data in an ASCII table format
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-head mailing list