diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:30:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:30:10 +0800 |
commit | 556369c42e2caf5dfc22ee35b5c61c25a3ea35d6 (patch) | |
tree | cdc840c66548dea0fafcae371caaae0c65de51fb /devel | |
parent | 9862900eca54a1effcc875e95d555f4b7b9e21e8 (diff) | |
download | freebsd-ports-gnome-556369c42e2caf5dfc22ee35b5c61c25a3ea35d6.tar.gz freebsd-ports-gnome-556369c42e2caf5dfc22ee35b5c61c25a3ea35d6.tar.zst freebsd-ports-gnome-556369c42e2caf5dfc22ee35b5c61c25a3ea35d6.zip |
- Add LICENSE_FILE
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-axiom-types/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rubygem-axiom-types/Makefile b/devel/rubygem-axiom-types/Makefile index 6a003a555a1d..b9257e9b46a1 100644 --- a/devel/rubygem-axiom-types/Makefile +++ b/devel/rubygem-axiom-types/Makefile @@ -10,13 +10,13 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Abstract types for logic programming in Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-descendants_tracker>=0.0.4:${PORTSDIR}/devel/rubygem-descendants_tracker \ rubygem-ice_nine>=0.11.0:${PORTSDIR}/devel/rubygem-ice_nine \ rubygem-thread_safe>=0.3.1:${PORTSDIR}/devel/rubygem-thread_safe NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |