mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add LICENSE_FILE
- Move PLIST_FILES downward
This commit is contained in:
parent
ed4a4e3813
commit
ed18551baf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430336
1 changed files with 3 additions and 3 deletions
|
@ -10,14 +10,14 @@ MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= Classifier module for Bayesian and other types of classifications
|
COMMENT= Classifier module for Bayesian and other types of classifications
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-fast-stemmer>=1.0.0:devel/rubygem-fast-stemmer
|
RUN_DEPENDS= rubygem-fast-stemmer>=1.0.0:devel/rubygem-fast-stemmer
|
||||||
|
|
||||||
PLIST_FILES= bin/bayes.rb bin/summarize.rb
|
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USES= gem
|
USES= gem
|
||||||
|
|
||||||
|
PLIST_FILES= bin/bayes.rb bin/summarize.rb
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue