aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-github-markup/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-05 20:28:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-05 20:28:54 +0000
commit6e0d45735c0ca13179fc4e2361ab5b83864764ac (patch)
tree7835efe0fccec1127c9c53d25e66738d0aa2c926 /textproc/rubygem-github-markup/Makefile
parentf5001bc3f40164d2a796f490ac03a3b322221943 (diff)
downloadports-6e0d45735c0ca13179fc4e2361ab5b83864764ac.tar.gz
ports-6e0d45735c0ca13179fc4e2361ab5b83864764ac.zip
Notes
Diffstat (limited to 'textproc/rubygem-github-markup/Makefile')
-rw-r--r--textproc/rubygem-github-markup/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rubygem-github-markup/Makefile b/textproc/rubygem-github-markup/Makefile
index e75fc9e49650..8e7b27d9eb8e 100644
--- a/textproc/rubygem-github-markup/Makefile
+++ b/textproc/rubygem-github-markup/Makefile
@@ -1,18 +1,19 @@
# $FreeBSD$
PORTNAME= github-markup
-PORTVERSION= 0.7.5
+PORTVERSION= 1.0.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Render any fancy markup
+LICENSE= MIT
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES+= bin/github-markup
-
+PLIST_FILES= bin/github-markup
.include <bsd.port.mk>