aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync-bpc/Makefile
blob: 8b6c71aba55b43b7f2991a411841f4c93d6ca4fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
# $FreeBSD$

PORTNAME=   rsync-bpc
PORTVERSION=    3.0.9.8
CATEGORIES= net

MAINTAINER= moiseev@mezonplus.ru
COMMENT=    Modified rsync that used as part of BackupPC

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/COPYING

USE_GITHUB= yes
GH_ACCOUNT= backuppc

USES=       perl5
USE_PERL5=  build
HAS_CONFIGURE=  yes
CONFIGURE_SCRIPT=   configure.sh
CONFIGURE_ARGS= --prefix=${PREFIX}

PLIST_FILES=    bin/rsync_bpc

.include <bsd.port.mk>