Changeset View
Changeset View
Standalone View
Standalone View
devel/ruby-subversion/Makefile
| PKGNAMEPREFIX= ruby- | PKGNAMEPREFIX= ruby- | ||||
| MAINTAINER= lev@FreeBSD.org | MAINTAINER= lev@FreeBSD.org | ||||
| COMMENT= Ruby bindings for version control system | COMMENT= Ruby bindings for version control system | ||||
| WWW= https://subversion.apache.org/ | WWW= https://subversion.apache.org/ | ||||
| USES+= compiler:c11 ruby | USES+= compiler:c11 ruby | ||||
| PORTREVISION_114= 0 | PORTREVISION_LATEST= 1 | ||||
| PORTREVISION_LTS= 0 | PORTREVISION_LTS= 1 | ||||
| SVN_BUILD_BINDINGS= yes | SVN_BUILD_BINDINGS= yes | ||||
| .include "${.CURDIR}/../../devel/subversion/Makefile.addons" | .include "${.CURDIR}/../../devel/subversion/Makefile.addons" | ||||
| CATEGORIES+= ruby | CATEGORIES+= ruby | ||||
| CONFIGURE_ARGS+= --with-swig-ruby=${RUBY} \ | CONFIGURE_ARGS+= --with-swig-ruby=${RUBY} \ | ||||
| Show All 16 Lines | |||||