diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-30 05:53:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-30 05:53:24 +0800 |
commit | 5081cd0f97b7e789e709d881e0bd50c679a30147 (patch) | |
tree | b27380a3c1350a46169e5d84e1245f88e6a95970 /textproc | |
parent | 7a35dacf7476339a225fbbbac3be4a7dc4e2b54a (diff) | |
download | freebsd-ports-gnome-5081cd0f97b7e789e709d881e0bd50c679a30147.tar.gz freebsd-ports-gnome-5081cd0f97b7e789e709d881e0bd50c679a30147.tar.zst freebsd-ports-gnome-5081cd0f97b7e789e709d881e0bd50c679a30147.zip |
pywbxml no longer supported by developers.
Deprecate and schedule it for removal.
PR: 129117
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-wbxml/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/py-wbxml/Makefile b/textproc/py-wbxml/Makefile index 2780444a3048..f4aff19dd24b 100644 --- a/textproc/py-wbxml/Makefile +++ b/textproc/py-wbxml/Makefile @@ -26,4 +26,7 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/pywbxml.a \ %%PYTHON_SITELIBDIR%%/pywbxml.la \ %%PYTHON_SITELIBDIR%%/pywbxml.so +DEPRECATED= No longer supported by developers +EXPIRATION_DATE= 2009-01-24 + .include <bsd.port.mk> |