mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
b9d1175f76
PR: ports/119782 Submitted by: TAOKA Fumiyoshi
21 lines
514 B
Makefile
21 lines
514 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
|
|
CONFLICTS= subversion-[0-9]* subversion-perl-[0-9]* subversion-python-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/subversion
|
|
PKGDIR= ${.CURDIR}
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
WITH_RUBY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|