diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2021-03-30 00:36:39 +0800 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2021-03-30 00:36:39 +0800 |
commit | ea42eb4cde87b2a9c2151b4be9ca1a45c25e7b23 (patch) | |
tree | 6f161225d5c6dc3f447005720f6476c534ff64c9 /comms | |
parent | bb04e684a729fad8bc732774c8588e1654c43a2d (diff) | |
download | freebsd-ports-gnome-ea42eb4cde87b2a9c2151b4be9ca1a45c25e7b23.tar.gz freebsd-ports-gnome-ea42eb4cde87b2a9c2151b4be9ca1a45c25e7b23.tar.zst freebsd-ports-gnome-ea42eb4cde87b2a9c2151b4be9ca1a45c25e7b23.zip |
comms/py-lirc: Mark as DEPRECATED
* The package isn't compatible with Python 3 and has not received any
updates by upstream for more than 15 years.
PR: 254271, 253815 (related)
Approved by: maintainer timeout (14 days)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-lirc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/py-lirc/Makefile b/comms/py-lirc/Makefile index a6567fc121cd..1c8eca16bfa2 100644 --- a/comms/py-lirc/Makefile +++ b/comms/py-lirc/Makefile @@ -12,6 +12,9 @@ DISTNAME= pylirc-${PORTVERSION} MAINTAINER= lewiz@compsoc.man.ac.uk COMMENT= Lirc support library for Python +DEPRECATED= No longer maintained and not compatible with Python 3 +EXPIRATION_DATE= 2021-04-15 + LIB_DEPENDS= liblirc_client.so:comms/lirc CFLAGS+= -I${LOCALBASE}/include |