diff options
author | antoine <antoine@FreeBSD.org> | 2018-07-13 17:56:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-07-13 17:56:57 +0800 |
commit | 2b7fed8252a39ab3e1c89445b184c6addd7c0e85 (patch) | |
tree | e6a0b56582f7e72eab923416bb57d0c2a4c236a6 /biology | |
parent | d691d917d7529b707cd65e33e4886ac46e62b760 (diff) | |
download | freebsd-ports-gnome-2b7fed8252a39ab3e1c89445b184c6addd7c0e85.tar.gz freebsd-ports-gnome-2b7fed8252a39ab3e1c89445b184c6addd7c0e85.tar.zst freebsd-ports-gnome-2b7fed8252a39ab3e1c89445b184c6addd7c0e85.zip |
Deprecate unmaintained ports under the NONE license
Diffstat (limited to 'biology')
-rw-r--r-- | biology/blat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/blat/Makefile b/biology/blat/Makefile index 570555a82856..a0422a77c550 100644 --- a/biology/blat/Makefile +++ b/biology/blat/Makefile @@ -13,6 +13,9 @@ COMMENT= Fast tool for local sequence similarity searches LICENSE= NONE +DEPRECATED= unknown license +EXPIRATION_DATE= 2018-08-15 + LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}Src |