aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-10-10 19:19:56 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:42:23 +0800
commitc1811e35b8f9912c730115e62a4a99b6194392ed (patch)
tree064f776c540c50300d89e0a1045d47c5422a8d4d /archivers
parent62f28c8ca1052d91de5e34e7664145aac2bcd4e4 (diff)
downloadfreebsd-ports-gnome-c1811e35b8f9912c730115e62a4a99b6194392ed.tar.gz
freebsd-ports-gnome-c1811e35b8f9912c730115e62a4a99b6194392ed.tar.zst
freebsd-ports-gnome-c1811e35b8f9912c730115e62a4a99b6194392ed.zip
Add LICENSE
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Archive-SimpleExtractor/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/p5-Archive-SimpleExtractor/Makefile b/archivers/p5-Archive-SimpleExtractor/Makefile
index 1ed27982ea9b..ef9b29e83c59 100644
--- a/archivers/p5-Archive-SimpleExtractor/Makefile
+++ b/archivers/p5-Archive-SimpleExtractor/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple module for extract archives
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Archive-Rar>=2.02:archivers/p5-Archive-Rar \
p5-Archive-Zip>=1.30:archivers/p5-Archive-Zip
RUN_DEPENDS:= ${BUILD_DEPENDS}