svn commit: r381084 - head/textproc/py-texttable

Vanilla I. Shu vanilla at FreeBSD.org
Thu Mar 12 11:37:45 UTC 2015


Author: vanilla
Date: Thu Mar 12 11:37:44 2015
New Revision: 381084
URL: https://svnweb.freebsd.org/changeset/ports/381084
QAT: https://qat.redports.org/buildarchive/r381084/

Log:
  Add LICENSE/LICENSE_FILE.

Modified:
  head/textproc/py-texttable/Makefile

Modified: head/textproc/py-texttable/Makefile
==============================================================================
--- head/textproc/py-texttable/Makefile	Thu Mar 12 11:35:14 2015	(r381083)
+++ head/textproc/py-texttable/Makefile	Thu Mar 12 11:37:44 2015	(r381084)
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Module for creating simple ASCII tables
 
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		python
 USE_PYTHON=	distutils
 


More information about the svn-ports-head mailing list