Deprecate and mark expired libusb which has no use in any supported release.

This commit is contained in:
Eitan Adler 2013-03-28 23:47:21 +00:00
parent 7bbaa17039
commit 0af7902d3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315508

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: libusb
# Date created: 27 January 2001
# Whom: John Reynolds <johnjen@reynoldsnet.org>
#
# Created by: John Reynolds <johnjen@reynoldsnet.org>
# $FreeBSD$
#
PORTNAME= libusb
PORTVERSION= 0.1.12
@ -19,6 +15,9 @@ SGML_DESC= Install developer guide from SGML
.include <bsd.port.pre.mk>
DEPRECATED= has been already included into base system
EXPIRATION_DATE= 2012-04-30
.if ${OSVERSION} >= 800069
IGNORE= has been already included into base system
.endif