freebsd-ports/devel/rubygem-piston/Makefile
Tim Bishop eca5054be0 - Add Piston:
Piston is a utility that eases vendor branch management. This is
	similar to svn:externals, except you have a local copy of the files,
	which you can modify at will. As long as the changes are mergeable,
	you should have no problems.

	Piston has a similar purpose than svnmerge.py which you can find in
	the contrib/client-side folder of the main Subversion. The main
	difference is that Piston is designed to work with remote
	repositories.

	WWW: http://piston.rubyforge.org/
2009-03-31 11:56:52 +00:00

21 lines
423 B
Makefile

# New ports collection makefile for: rubygem-piston
# Date created: 31 March 2009
# Whom: Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= piston
PORTVERSION= 1.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RF
MAINTAINER= tdb@FreeBSD.org
COMMENT= Utility to manage local copies of Subversion repositories
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/piston
.include <bsd.port.mk>