diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-10 22:39:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-10 22:39:38 +0000 |
commit | 59a77d2d43a29af543ba1e395ef2370fa9198d4d (patch) | |
tree | 8fc4b04ba2ab0a0192991305f981ab5a24c89271 /textproc/rubygem-github-markup | |
parent | cfa5859c83de2900ab5919203889a19c05abe1f3 (diff) | |
download | ports-59a77d2d43a29af543ba1e395ef2370fa9198d4d.tar.gz ports-59a77d2d43a29af543ba1e395ef2370fa9198d4d.zip |
- Add LICENSE_FILE
- Fix shebangs
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=396608
Diffstat (limited to 'textproc/rubygem-github-markup')
-rw-r--r-- | textproc/rubygem-github-markup/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/rubygem-github-markup/Makefile b/textproc/rubygem-github-markup/Makefile index c87b4dcf014e..a07cd355b7ad 100644 --- a/textproc/rubygem-github-markup/Makefile +++ b/textproc/rubygem-github-markup/Makefile @@ -2,6 +2,7 @@ PORTNAME= github-markup PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -9,12 +10,16 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Render any fancy markup LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= script/bootstrap \ + script/cibuild PLIST_FILES= bin/github-markup |