freebsd-ports/textproc/rubygem-diffy31/Makefile
Torsten Zuehlsdorff 20abeb6774 Bring back dependencies needed to prepare the update of www/gitlab to 10.4
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
2018-02-15 16:59:19 +00:00

21 lines
314 B
Makefile

# $FreeBSD$
PORTNAME= diffy
PORTVERSION= 3.1.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 31
MAINTAINER= idefix@fechner.net
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>