svn commit: r430336 - head/devel/rubygem-classifier-reborn
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jan 2 10:14:45 UTC 2017
Author: sunpoet
Date: Mon Jan 2 10:14:44 2017
New Revision: 430336
URL: https://svnweb.freebsd.org/changeset/ports/430336
Log:
Add LICENSE_FILE
- Move PLIST_FILES downward
Modified:
head/devel/rubygem-classifier-reborn/Makefile
Modified: head/devel/rubygem-classifier-reborn/Makefile
==============================================================================
--- head/devel/rubygem-classifier-reborn/Makefile Mon Jan 2 10:14:40 2017 (r430335)
+++ head/devel/rubygem-classifier-reborn/Makefile Mon Jan 2 10:14:44 2017 (r430336)
@@ -10,14 +10,14 @@ MAINTAINER= ruby at FreeBSD.org
COMMENT= Classifier module for Bayesian and other types of classifications
LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-fast-stemmer>=1.0.0:devel/rubygem-fast-stemmer
-PLIST_FILES= bin/bayes.rb bin/summarize.rb
-
NO_ARCH= yes
-
USE_RUBY= yes
USES= gem
+PLIST_FILES= bin/bayes.rb bin/summarize.rb
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list