diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-19 16:38:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-19 16:38:14 +0800 |
commit | ed02b1faf573fe51d7b42c3e9c7cb034c3af88ab (patch) | |
tree | 8b658043a323014d73bd886fbe8e4ba0d356218f /misc/rubygem-mimemagic | |
parent | ba78fa378105648c67b793ab128d604bd0247306 (diff) | |
download | freebsd-ports-gnome-ed02b1faf573fe51d7b42c3e9c7cb034c3af88ab.tar.gz freebsd-ports-gnome-ed02b1faf573fe51d7b42c3e9c7cb034c3af88ab.tar.zst freebsd-ports-gnome-ed02b1faf573fe51d7b42c3e9c7cb034c3af88ab.zip |
- Add LICENSE_FILE
Approved by: portmgr (blanket)
Diffstat (limited to 'misc/rubygem-mimemagic')
-rw-r--r-- | misc/rubygem-mimemagic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/rubygem-mimemagic/Makefile b/misc/rubygem-mimemagic/Makefile index 48fe60b64f56..31e615ae7c55 100644 --- a/misc/rubygem-mimemagic/Makefile +++ b/misc/rubygem-mimemagic/Makefile @@ -10,9 +10,9 @@ COMMENT= MIME detection by extension or content in pure ruby COMMENT= Detects the mime type of a file by extension or by content LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |