8d6597e0bb
With hat: portmgr Sponsored by: Absolight
21 lines
321 B
Makefile
21 lines
321 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rsync
|
|
PORTVERSION= 1.0.9
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby rsync library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rsync:net/rsync
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|