aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-10-10 19:20:01 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-10-10 19:20:01 +0800
commit409a33ee828e4532bf8f312f0a32d790c6b2b189 (patch)
tree286dc74a71adaccae6ac7c6cdd1ed54495440ca8 /archivers
parent217679c6eb1e047b25178b4d77a7bcec5cc9d981 (diff)
downloadfreebsd-ports-graphics-409a33ee828e4532bf8f312f0a32d790c6b2b189.tar.gz
freebsd-ports-graphics-409a33ee828e4532bf8f312f0a32d790c6b2b189.tar.zst
freebsd-ports-graphics-409a33ee828e4532bf8f312f0a32d790c6b2b189.zip
Add LICENSE
- While I'm here, fix indent Approved by: portmgr (blanket)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Compress-Bzip2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/p5-Compress-Bzip2/Makefile b/archivers/p5-Compress-Bzip2/Makefile
index 47c609cd223..f0aba411ec1 100644
--- a/archivers/p5-Compress-Bzip2/Makefile
+++ b/archivers/p5-Compress-Bzip2/Makefile
@@ -10,10 +10,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@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>