aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-piston/Makefile
blob: 7eec7a3582ab1183fd6aad9b5bc0b8926a5b3255 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes
PLIST_FILES=    bin/piston

NO_STAGE=   yes
.include <bsd.port.mk>