freebsd-ports/net/rsync-bpc/Makefile
Steve Wills 40c07a4565 net/rsync-bpc: Update to 3.1.2.1
PR:		239064
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2019-07-15 18:07:43 +00:00

29 lines
534 B
Makefile

# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
# $FreeBSD$
PORTNAME= rsync-bpc
DISTVERSION= 3.1.2.1
CATEGORIES= net
MAINTAINER= moiseev@mezonplus.ru
COMMENT= Modified rsync that used as part of BackupPC
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5
USE_GITHUB= yes
GH_ACCOUNT= backuppc
USE_PERL5= build
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.sh
CONFIGURE_ARGS= --prefix=${PREFIX}
PLIST_FILES= bin/rsync_bpc
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rsync_bpc
.include <bsd.port.mk>