diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-31 18:09:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-31 18:09:00 +0800 |
commit | 07fd3a9268c3f5b1477a9bd0d248cd70f5510745 (patch) | |
tree | ebb5b406f1bcaf7061f89bbe09f891bb40cbff99 /comms/rubygem-callsign/Makefile | |
parent | 3eae8ffa77ed24e8c12ff14ec0433c27bc4907c4 (diff) | |
download | freebsd-ports-graphics-07fd3a9268c3f5b1477a9bd0d248cd70f5510745.tar.gz freebsd-ports-graphics-07fd3a9268c3f5b1477a9bd0d248cd70f5510745.tar.zst freebsd-ports-graphics-07fd3a9268c3f5b1477a9bd0d248cd70f5510745.zip |
- Add LICENSE
- Sort RUN_DEPENDS
Diffstat (limited to 'comms/rubygem-callsign/Makefile')
-rw-r--r-- | comms/rubygem-callsign/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/rubygem-callsign/Makefile b/comms/rubygem-callsign/Makefile index 97500e6a2d0..abe12919de2 100644 --- a/comms/rubygem-callsign/Makefile +++ b/comms/rubygem-callsign/Makefile @@ -9,8 +9,10 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Provides a Ruby-Frontend to callook.info ham Radio Callsign Lookup -RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \ - rubygem-hashie>=0:${PORTSDIR}/devel/rubygem-hashie +LICENSE= MIT + +RUN_DEPENDS= rubygem-hashie>=0:${PORTSDIR}/devel/rubygem-hashie \ + rubygem-json>=0:${PORTSDIR}/devel/rubygem-json USE_RUBY= yes USE_RUBYGEMS= yes |