1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/subversion-ruby/Makefile
Florent Thoumie 74c3701c51 - Add subversion-ruby, a slave port to install subversion ruby bindings.
PR:		ports/82950
Submitted by:	IWATSUKI Hiroyuki <don@na.rim.or.jp>
2005-11-30 16:03:14 +00:00

20 lines
432 B
Makefile

# New ports collection makefile for: subversion-ruby
# Date Created: 4 July 2005
# Whom: Hiroyuki Iwatsuki <don@na.rim.or.jp>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -ruby
MAINTAINER= don@na.rim.or.jp
COMMENT= Version control system with Ruby bindings
MASTERDIR= ${.CURDIR}/../../devel/subversion
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
WITH_RUBY= yes
.include "${MASTERDIR}/Makefile"