diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:15:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:15:00 +0000 |
commit | a40999d0f2c647574cc518c3d12ab8da35337c30 (patch) | |
tree | 178e0572e34fb67d293ea19b31ced253295dde4c /science/rubygem-cdo | |
parent | f2b29ab6e619ebb00df6676a4b31d72e0975ecc9 (diff) | |
download | ports-a40999d0f2c647574cc518c3d12ab8da35337c30.tar.gz ports-a40999d0f2c647574cc518c3d12ab8da35337c30.zip |
Notes
Diffstat (limited to 'science/rubygem-cdo')
-rw-r--r-- | science/rubygem-cdo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/rubygem-cdo/Makefile b/science/rubygem-cdo/Makefile index d8787069d2cd..23c0a381004b 100644 --- a/science/rubygem-cdo/Makefile +++ b/science/rubygem-cdo/Makefile @@ -10,8 +10,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding to CDO (Climate Data Operators) LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${LOCALBASE}/bin/cdo:${PORTSDIR}/science/cdo +RUN_DEPENDS= cdo:${PORTSDIR}/science/cdo NO_ARCH= yes USE_RUBY= yes |