mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
28 lines
524 B
Makefile
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>
|