diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:24:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:24:41 +0800 |
commit | 4318e75720598033c7abbcdbd2b677a208c2580b (patch) | |
tree | 0fd56cd0f48b47166c4a9e44a59dd156d579b9e6 | |
parent | 7a0b273693bef0103a1564dcf8e9a59485879f73 (diff) | |
download | freebsd-ports-gnome-4318e75720598033c7abbcdbd2b677a208c2580b.tar.gz freebsd-ports-gnome-4318e75720598033c7abbcdbd2b677a208c2580b.tar.zst freebsd-ports-gnome-4318e75720598033c7abbcdbd2b677a208c2580b.zip |
- Add LICENSE_FILE
-rw-r--r-- | sysutils/rubygem-backup/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/rubygem-backup/Makefile b/sysutils/rubygem-backup/Makefile index 1c2e03629cf1..0b8a9dfd9caf 100644 --- a/sysutils/rubygem-backup/Makefile +++ b/sysutils/rubygem-backup/Makefile @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perform backup operations on remote and local environment LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-CFPropertyList>=2.3.1:${PORTSDIR}/devel/rubygem-CFPropertyList \ rubygem-addressable>=2.3.5:${PORTSDIR}/www/rubygem-addressable \ |