mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 06:19:19 -04:00
- Upgrade to 3.0.7 - Add MIT license PR: 194328 Differential Revision: https://reviews.freebsd.org/D940 Submitted by: Michael Moll <kvedulv@kvedulv.de> Approved by: swills (mentor)
19 lines
315 B
Makefile
19 lines
315 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= diffy
|
|
PORTVERSION= 3.0.7
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Convenient diffing in ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_RAKE= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|