diff options
-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 |