svn commit: r527533 - head/graphics/rubygem-rmagick

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 1 06:50:52 UTC 2020


Author: sunpoet
Date: Sun Mar  1 06:50:50 2020
New Revision: 527533
URL: https://svnweb.freebsd.org/changeset/ports/527533

Log:
  Add LICESE_FILE

Modified:
  head/graphics/rubygem-rmagick/Makefile

Modified: head/graphics/rubygem-rmagick/Makefile
==============================================================================
--- head/graphics/rubygem-rmagick/Makefile	Sun Mar  1 06:50:46 2020	(r527532)
+++ head/graphics/rubygem-rmagick/Makefile	Sun Mar  1 06:50:50 2020	(r527533)
@@ -10,12 +10,13 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby binding for ImageMagick
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		gem pkgconfig
+USE_RUBY=	yes
+
 OPTIONS_DEFINE=	X11
 OPTIONS_DEFAULT=X11
-
-USE_RUBY=	yes
-USES=		gem pkgconfig
 
 X11_LIB_DEPENDS=	libMagickWand-6.so:graphics/ImageMagick6
 X11_LIB_DEPENDS_OFF=	libMagickWand-6.so:graphics/ImageMagick6-nox11


More information about the svn-ports-all mailing list