diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-02 18:14:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-02 18:14:44 +0800 |
commit | 13fc98ba4a3c79d81227775e25cd1cf57837fe27 (patch) | |
tree | 73535c044a11fe2d4fbf2b2cf312055672aceaba /devel | |
parent | 0c5008378e78f161ebdcb92befbdc57d976a3944 (diff) | |
download | freebsd-ports-gnome-13fc98ba4a3c79d81227775e25cd1cf57837fe27.tar.gz freebsd-ports-gnome-13fc98ba4a3c79d81227775e25cd1cf57837fe27.tar.zst freebsd-ports-gnome-13fc98ba4a3c79d81227775e25cd1cf57837fe27.zip |
Add LICENSE_FILE
- Move PLIST_FILES downward
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-classifier-reborn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/rubygem-classifier-reborn/Makefile b/devel/rubygem-classifier-reborn/Makefile index cc7f153c07dc..88a8f068fea6 100644 --- a/devel/rubygem-classifier-reborn/Makefile +++ b/devel/rubygem-classifier-reborn/Makefile @@ -10,14 +10,14 @@ MAINTAINER= ruby@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> |