freebsd-ports/net/rsync-bpc/Makefile
Danilo G. Baio 8d7b87d259 net/rsync-bpc: Update to 3.0.9.12
While here:
  - Reorder USES
  - Strip rsync_bpc (Q/A warning)
  - Update license

Changes:	https://github.com/backuppc/rsync-bpc/releases/tag/3.0.9.12

PR:		225525
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2018-01-30 22:10:53 +00:00

29 lines
535 B
Makefile

# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
# $FreeBSD$
PORTNAME= rsync-bpc
DISTVERSION= 3.0.9.12
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>