diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-04 20:01:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-04 20:01:05 +0000 |
commit | b12ccea60504710f2e3fc45de7d0d9d0b39e2908 (patch) | |
tree | 7c7034223a927ff4cb91ad87fb2f28021fc73fe8 /sysutils/iat | |
parent | b720b61e0f84494c9ba9566de63425a984f17001 (diff) |
Notes
Diffstat (limited to 'sysutils/iat')
-rw-r--r-- | sysutils/iat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/iat/Makefile b/sysutils/iat/Makefile index 724c53ba27eb..2d901bf5aa92 100644 --- a/sysutils/iat/Makefile +++ b/sysutils/iat/Makefile @@ -9,6 +9,10 @@ MASTER_SITES= BERLIOS MAINTAINER= amdmi3@FreeBSD.org COMMENT= Converter of many types of CD-ROM image file formats into ISO-9660 +LICENSE= GPLv2 GPLv3 # code says GPLv2, COPYING says GPLv3 +LICENSE_COMB= multi +LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING + USES= tar:bzip2 GNU_CONFIGURE= yes |