diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-14 20:20:10 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-14 20:20:10 +0800 |
commit | b6a4db6629a00ca28d52be9b451169c684b454d9 (patch) | |
tree | 4933ee57ff666325d54e5e1c702e861d32105e4b /www | |
parent | 2a96318e2c78949241671de0f8b3d098c9a951df (diff) | |
download | freebsd-ports-gnome-b6a4db6629a00ca28d52be9b451169c684b454d9.tar.gz freebsd-ports-gnome-b6a4db6629a00ca28d52be9b451169c684b454d9.tar.zst freebsd-ports-gnome-b6a4db6629a00ca28d52be9b451169c684b454d9.zip |
- Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'www')
-rw-r--r-- | www/py-WebFlash/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-WebFlash/Makefile b/www/py-WebFlash/Makefile index 1f704b37ac27..d2e100e59be6 100644 --- a/www/py-WebFlash/Makefile +++ b/www/py-WebFlash/Makefile @@ -11,7 +11,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@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> |