Date: Sun, 4 Mar 2018 16:10:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463566 - head/graphics/p5-Image-Base-SVG Message-ID: <201803041610.w24GAcGK019952@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 4 16:10:37 2018 New Revision: 463566 URL: https://svnweb.freebsd.org/changeset/ports/463566 Log: Add LICENSE_FILE Modified: head/graphics/p5-Image-Base-SVG/Makefile Modified: head/graphics/p5-Image-Base-SVG/Makefile ============================================================================== --- head/graphics/p5-Image-Base-SVG/Makefile Sun Mar 4 12:50:51 2018 (r463565) +++ head/graphics/p5-Image-Base-SVG/Makefile Sun Mar 4 16:10:37 2018 (r463566) @@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= SVG image file output LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-Image-Base>=0:graphics/p5-Image-Base \ p5-SVG>=2.38:textproc/p5-SVG \ @@ -23,6 +24,6 @@ USE_PERL5= configure USES= perl5 post-patch: - @${REINPLACE_CMD} -e 's|Image-Base-SVG|Image::Base::SVG|g' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|Image-Base-SVG|Image::Base::SVG|' ${WRKSRC}/Makefile.PL .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803041610.w24GAcGK019952>