opnsense-ports/net/rsync-bpc/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

22 lines
450 B
Makefile

# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
# $FreeBSD$
PORTNAME= rsync-bpc
PORTVERSION= 3.0.9.3
CATEGORIES= net
MASTER_SITES= SF/backuppc/backuppc-beta/4.0.0alpha3
MAINTAINER= moiseev@mezonplus.ru
COMMENT= Modified rsync that used as part of BackupPC
LICENSE= GPLv3
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>