svn commit: r502048 - head/archivers/p5-Archive-Extract-Libarchive

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 19 21:53:14 UTC 2019


Author: sunpoet
Date: Sun May 19 21:53:11 2019
New Revision: 502048
URL: https://svnweb.freebsd.org/changeset/ports/502048

Log:
  Add LICENSE_FILE

Modified:
  head/archivers/p5-Archive-Extract-Libarchive/Makefile

Modified: head/archivers/p5-Archive-Extract-Libarchive/Makefile
==============================================================================
--- head/archivers/p5-Archive-Extract-Libarchive/Makefile	Sun May 19 21:53:07 2019	(r502047)
+++ head/archivers/p5-Archive-Extract-Libarchive/Makefile	Sun May 19 21:53:11 2019	(r502048)
@@ -13,6 +13,7 @@ COMMENT=	Generic archive extracting mechanism (using l
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Object-Tiny>=0:devel/p5-Object-Tiny
@@ -20,8 +21,8 @@ TEST_DEPENDS=	p5-File-Slurp>=0:devel/p5-File-Slurp \
 		p5-Path-Class>=0:devel/p5-Path-Class \
 		p5-Test-Pod>=1.04:devel/p5-Test-Pod
 
+USES=		libarchive perl5
 USE_PERL5=	modbuild
-USES=		perl5 libarchive
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Archive/Extract/Libarchive/Libarchive.so


More information about the svn-ports-all mailing list