c31ceab7eb
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15270
21 lines
316 B
Makefile
21 lines
316 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= diffy
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 31
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Convenient diffing in ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
PORTSCOUT= limit:^3\.1
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|