diff options
author | David Thiel <lx@FreeBSD.org> | 2014-05-23 17:19:50 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2014-05-23 17:19:50 +0000 |
commit | 1b74e096aa808cf8b5fcf5539a2ffe0292a10618 (patch) | |
tree | 23234f2fd281db615fc5705b233ec1ea8523d1fa | |
parent | 29238db46df06037089b73da722b62d009f2dec5 (diff) |
Notes
-rw-r--r-- | x11-toolkits/py-wmdockapps/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/py-wmdockapps/Makefile b/x11-toolkits/py-wmdockapps/Makefile index ce78280bb958..8be522feba05 100644 --- a/x11-toolkits/py-wmdockapps/Makefile +++ b/x11-toolkits/py-wmdockapps/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} -MAINTAINER= lx@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools for making dockapps in Python +DEPRECATED= Crufty and nothing depends on this +EXPIRATION_DATE= 2014-06-30 + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes |