ports/devel/ruby-subversion/Makefile
Lev A. Serebryakov 06f5af28e1 Add LTS version of subversion to ports.
PR:		235934
2019-04-25 16:28:46 +00:00

28 lines
524 B
Makefile

# Created by: Hiroyuki Iwatsuki <don@na.rim.or.jp>
# $FreeBSD$
PKGNAMEPREFIX= ruby-
MAINTAINER= lev@FreeBSD.org
COMMENT= Ruby bindings for version control system
USE_RUBY= yes
PORTREVISION_112= 0
PORTREVISION_19= 0
PORTREVISION_LTS= 0
SVN_BUILD_BINDINGS= yes
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
CATEGORIES+= ruby
CONFIGURE_ARGS+= --without-gnome-keyring \
--without-kwallet \
--with-apxs=no
ALL_TARGET= swig-rb-lib swig-rb
INSTALL_TARGET= install-swig-rb
.include <bsd.port.post.mk>