git: 311f6fb1d3d0 - main - biology/vcftools: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sat Sep 25 20:29:43 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=311f6fb1d3d05f50c8af921c9cc9e06e17550aeb

commit 311f6fb1d3d05f50c8af921c9cc9e06e17550aeb
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-25 19:57:30 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-25 20:28:38 +0000

    biology/vcftools: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 biology/vcftools/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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>


More information about the dev-commits-ports-main mailing list