Update databases/mariadb105-server to version 10.5.17
[dports.git] / net / rubygem-rsync / Makefile
1 PORTNAME=       rsync
2 PORTVERSION=    1.0.9
3 PORTREVISION=   1
4 CATEGORIES=     net rubygems
5 MASTER_SITES=   RG
6
7 MAINTAINER=     ruby@FreeBSD.org
8 COMMENT=        Ruby rsync library
9 WWW=            https://github.com/jbussdieker/ruby-rsync
10
11 LICENSE=        MIT
12 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
13
14 RUN_DEPENDS=    rsync:net/rsync
15
16 NO_ARCH=        yes
17 USE_RUBY=       yes
18 USES=           gem
19
20 .include <bsd.port.mk>