- Add LICENSE_FILE
- Fix shebangs Approved by: portmgr blanket
This commit is contained in:
parent
cfa5859c83
commit
59a77d2d43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396608
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue