aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-diffy330/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-diffy330/Makefile')
-rw-r--r--textproc/rubygem-diffy330/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/rubygem-diffy330/Makefile b/textproc/rubygem-diffy330/Makefile
new file mode 100644
index 000000000000..e0d9c2cb829b
--- /dev/null
+++ b/textproc/rubygem-diffy330/Makefile
@@ -0,0 +1,20 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+
+PORTNAME= diffy
+PORTVERSION= 3.3.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 330
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Convenient diffing in ruby
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>