svn commit: r451679 - head/archivers/p5-Compress-Bzip2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 10 11:20:02 UTC 2017


Author: sunpoet
Date: Tue Oct 10 11:20:01 2017
New Revision: 451679
URL: https://svnweb.freebsd.org/changeset/ports/451679

Log:
  Add LICENSE
  
  - While I'm here, fix indent
  
  Approved by:	portmgr (blanket)

Modified:
  head/archivers/p5-Compress-Bzip2/Makefile

Modified: head/archivers/p5-Compress-Bzip2/Makefile
==============================================================================
--- head/archivers/p5-Compress-Bzip2/Makefile	Tue Oct 10 11:19:56 2017	(r451678)
+++ head/archivers/p5-Compress-Bzip2/Makefile	Tue Oct 10 11:20:01 2017	(r451679)
@@ -10,10 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	Perl5 interface to bzip2 compression library
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
 post-install:
-		${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Bzip2/Bzip2.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Bzip2/Bzip2.so
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list