2015-05-18 18:35:21 +02:00
|
|
|
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= librsync
|
2020-05-20 01:35:10 +02:00
|
|
|
PORTVERSION= 2.3.1
|
2015-05-18 18:35:21 +02:00
|
|
|
CATEGORIES= net devel
|
2020-08-30 09:13:58 +02:00
|
|
|
MASTER_SITES= https://github.com/librsync/librsync/releases/download/v${PORTVERSION}/
|
2015-05-18 18:35:21 +02:00
|
|
|
|
2020-03-28 13:46:19 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2015-05-18 18:35:21 +02:00
|
|
|
COMMENT= Library for delta compression of streams
|
|
|
|
|
2017-01-24 20:44:33 +01:00
|
|
|
LICENSE= LGPL21+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libpopt.so:devel/popt
|
2015-05-18 18:35:21 +02:00
|
|
|
|
2020-05-20 01:35:10 +02:00
|
|
|
USES= cmake compiler:c11 perl5
|
|
|
|
USE_PERL5= test
|
2020-04-09 20:55:30 +02:00
|
|
|
|
2020-05-16 17:54:05 +02:00
|
|
|
TEST_TARGET= check
|
2020-05-20 01:35:10 +02:00
|
|
|
USE_LDCONFIG= yes
|
2020-05-16 17:54:05 +02:00
|
|
|
|
2020-04-09 20:55:30 +02:00
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
2015-05-18 18:35:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|