aboutsummaryrefslogtreecommitdiff
path: root/biology/vcftools
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-25 19:57:30 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-25 20:28:38 +0000
commit311f6fb1d3d05f50c8af921c9cc9e06e17550aeb (patch)
treeac39463476d0d7c576349f1cead6285e29683b18 /biology/vcftools
parent7ba36133922a61d3912a21052b3e643af553a9cd (diff)
downloadports-311f6fb1d3d05f50c8af921c9cc9e06e17550aeb.tar.gz
ports-311f6fb1d3d05f50c8af921c9cc9e06e17550aeb.zip
biology/vcftools: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'biology/vcftools')
-rw-r--r--biology/vcftools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/vcftools/Makefile b/biology/vcftools/Makefile
index 95367e64509f..6eca3628e6c7 100644
--- a/biology/vcftools/Makefile
+++ b/biology/vcftools/Makefile
@@ -8,9 +8,11 @@ COMMENT= Tools for working with VCF genomics files
LICENSE= LGPL3
-USES= autoreconf gmake perl5 pkgconfig
+USES= autoreconf cpe gmake perl5 pkgconfig
GNU_CONFIGURE= yes
USE_GITHUB= yes
+CPE_VENDOR= vcftools_project
+
.include <bsd.port.mk>