diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-12-17 12:09:49 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-12-17 12:09:49 +0000 |
commit | 5a2d81545642eaf25247ba24ef5c1b98935f1244 (patch) | |
tree | 086dac3f94ec021218f80b081f07a1b13cac3937 | |
parent | a2ae749a0469bebf8450cec44362db071b911a97 (diff) | |
download | FreeBSD-ports-5a2d81545642eaf25247ba24ef5c1b98935f1244.zip FreeBSD-ports-5a2d81545642eaf25247ba24ef5c1b98935f1244.tar.gz |
Add license
-rw-r--r-- | graphics/jp2a/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/jp2a/Makefile b/graphics/jp2a/Makefile index aebc625..11e78c4 100644 --- a/graphics/jp2a/Makefile +++ b/graphics/jp2a/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ehaupt@FreeBSD.org COMMENT= Converts JPG images to ASCII +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libcurl.so:ftp/curl USES= jpeg tar:bzip2 |