mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
18 lines
320 B
Makefile
18 lines
320 B
Makefile
# Created by: Tim Bishop <tdb@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= piston
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Utility to manage local copies of Subversion repositories
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
PLIST_FILES= bin/piston
|
|
|
|
.include <bsd.port.mk>
|