diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 23:47:21 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 23:47:21 +0000 |
commit | 0af7902d3f9a984cc823d4e6304c180a70fb6cae (patch) | |
tree | 0840657915eea1fdd5d0dc6d11089da7dd87b6df | |
parent | 7bbaa17039a57912609914a1ed4b23b0ef798754 (diff) | |
download | ports-0af7902d3f9a984cc823d4e6304c180a70fb6cae.tar.gz ports-0af7902d3f9a984cc823d4e6304c180a70fb6cae.zip |
Deprecate and mark expired libusb which has no use in any supported release.
Notes
Notes:
svn path=/head/; revision=315508
-rw-r--r-- | devel/libusb/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 0af6664a83b2..354c68ef8519 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -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 |