diff --git a/net/librsync/Makefile b/net/librsync/Makefile index 6bbd9f50c2dc..a6a5407f9734 100644 --- a/net/librsync/Makefile +++ b/net/librsync/Makefile @@ -1,24 +1,26 @@ # Created by: Ying-Chieh Liao PORTNAME= librsync PORTVERSION= 2.3.2 CATEGORIES= net devel MASTER_SITES= https://github.com/librsync/librsync/releases/download/v${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for delta compression of streams LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:devel/popt -USES= cmake compiler:c11 perl5 +USES= cmake compiler:c11 cpe perl5 USE_PERL5= test +CPE_VENDOR= librsync_project + TEST_TARGET= check USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} .include