diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-05 04:01:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-05 04:01:05 +0800 |
commit | a79b503c8801533376d7f354fe247778b13b8bce (patch) | |
tree | 7c7034223a927ff4cb91ad87fb2f28021fc73fe8 /sysutils/iat | |
parent | 944bc0778a93fe27aa82d2864a0e746c84f14484 (diff) | |
download | freebsd-ports-gnome-a79b503c8801533376d7f354fe247778b13b8bce.tar.gz freebsd-ports-gnome-a79b503c8801533376d7f354fe247778b13b8bce.tar.zst freebsd-ports-gnome-a79b503c8801533376d7f354fe247778b13b8bce.zip |
- Add LICENSE
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 |