aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-10-08 11:47:18 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-10-08 11:47:18 +0000
commit4bd7c48c9409e3c1d239ed114d9eb506ae56da05 (patch)
tree253c2233b99ad02a58f9f06df2aa5814ede071f0
parent29b26ddd5117fc8803bcc321101b7345870ebc5d (diff)
downloadports-4bd7c48c9409e3c1d239ed114d9eb506ae56da05.tar.gz
ports-4bd7c48c9409e3c1d239ed114d9eb506ae56da05.zip
net/librsync: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--net/librsync/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile
index 6bbd9f50c2dc..a6a5407f9734 100644
--- a/net/librsync/Makefile
+++ b/net/librsync/Makefile
@@ -13,9 +13,11 @@ 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