diff options
author | jwb <jwb@FreeBSD.org> | 2019-02-20 09:53:35 +0800 |
---|---|---|
committer | jwb <jwb@FreeBSD.org> | 2019-02-20 09:53:35 +0800 |
commit | df1c59f5889e2ebe1db7fcb05e43bc15500c0232 (patch) | |
tree | b25326291608ad13fac49dd76f2fffde9389475e /biology | |
parent | 61be8e00f88687869190f6a4a2d1f4a0fc19869c (diff) | |
download | freebsd-ports-gnome-df1c59f5889e2ebe1db7fcb05e43bc15500c0232.tar.gz freebsd-ports-gnome-df1c59f5889e2ebe1db7fcb05e43bc15500c0232.tar.zst freebsd-ports-gnome-df1c59f5889e2ebe1db7fcb05e43bc15500c0232.zip |
biology/pbseqan: Mark deprecated
Upstream was merged into the SeqAn project represented by biology/seqan.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/pbseqan/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/pbseqan/Makefile b/biology/pbseqan/Makefile index 8ba22480b5c1..263ae7876e73 100644 --- a/biology/pbseqan/Makefile +++ b/biology/pbseqan/Makefile @@ -10,6 +10,8 @@ COMMENT= Pacific Biosciences patched and stripped down SeqAn LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream merged into SeqAn project: Use biology/seqan + USE_GITHUB= yes GH_ACCOUNT= PacificBiosciences GH_PROJECT= seqan |