svn commit: r396896 - head/www/py-WebFlash

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 14 12:20:12 UTC 2015


Author: amdmi3
Date: Mon Sep 14 12:20:10 2015
New Revision: 396896
URL: https://svnweb.freebsd.org/changeset/ports/396896

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/www/py-WebFlash/Makefile

Modified: head/www/py-WebFlash/Makefile
==============================================================================
--- head/www/py-WebFlash/Makefile	Mon Sep 14 12:20:09 2015	(r396895)
+++ head/www/py-WebFlash/Makefile	Mon Sep 14 12:20:10 2015	(r396896)
@@ -11,7 +11,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library to display flash messages in python web applications
 
+LICENSE=	MIT
+
 USES=		python
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list