- Add LICENSE_FILE
- Add NO_ARCH - While I'm here, use = instead of += for PLIST_FILES Approved by: portmgr (blanket)
This commit is contained in:
parent
4d2503751d
commit
dac2f5e834
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411497
1 changed files with 4 additions and 2 deletions
|
@ -10,13 +10,15 @@ MAINTAINER= brendan+freebsd@bbqsrc.net
|
|||
COMMENT= Detects under what license a project is distributed
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-rugged>=0.23:${PORTSDIR}/devel/rubygem-rugged
|
||||
|
||||
PLIST_FILES+= bin/licensee
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/licensee
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue