Mark deprecated and set an EXPIRATION_DATE

The ifd-devkit installs ifdhandler.h which conflicts with the header file of pcsc-lite
The port has not been updated for years, so it is not very useful anyway.

Reported by:	Kurt Jaeger
This commit is contained in:
Tilman Keskinoz 2012-05-07 10:23:13 +00:00
parent aede8fbb14
commit 9109014c75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296130

View File

@ -14,13 +14,16 @@ MASTER_SITES= http://www.linuxnet.com/drivers/readers/files/
MAINTAINER= arved@FreeBSD.org
COMMENT= IFD Handler Developer's Kit for MUSCLE PC/SC Lite
LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
USE_LDCONFIG= yes
NOMAN=
DEPRECATED= Conflicts with its dependency. Has not been updated for years
EXPIRATION_DATE=2012-05-21
.include <bsd.port.mk>