diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:29:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:29:50 +0800 |
commit | a26ad96d7770bff4b8cc51275734a0393375a156 (patch) | |
tree | 6057b66235421cfa4e42f93f12a559d572527ebb | |
parent | 2bc7f978237c231d0824c05e6dd27d047d46066f (diff) | |
download | freebsd-ports-gnome-a26ad96d7770bff4b8cc51275734a0393375a156.tar.gz freebsd-ports-gnome-a26ad96d7770bff4b8cc51275734a0393375a156.tar.zst freebsd-ports-gnome-a26ad96d7770bff4b8cc51275734a0393375a156.zip |
Mark DEPRECATED and set EXPIRATION_DATE to 2017-09-30
-rw-r--r-- | www/py-twistedWeb2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-twistedWeb2/Makefile b/www/py-twistedWeb2/Makefile index 317ad0d9addb..89f9732b3c4e 100644 --- a/www/py-twistedWeb2/Makefile +++ b/www/py-twistedWeb2/Makefile @@ -14,6 +14,9 @@ COMMENT= Next generation Web Server Framework built with Twisted LICENSE= MIT +DEPRECATED= Use devel/py-twisted instead +EXPIRATION_DATE=2017-09-30 + NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python tar:bzip2 twisted |