aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-diffy/Makefile
blob: 0742e5ce3c353fe39e449ebee8fbc6f30e191254 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   diffy
PORTVERSION=    3.0.6
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Convenient diffing in ruby

USE_RUBY=   yes
USE_RUBYGEMS=   yes
USE_RAKE=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>