diff options
author | mm <mm@FreeBSD.org> | 2011-03-23 19:37:49 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-03-23 19:37:49 +0800 |
commit | 3dea15237253b850189222cd0d35e8c62a6c4c16 (patch) | |
tree | 062be168bdceb2e4871a3b5d6db83c5872ec7124 /archivers/tclmkziplib | |
parent | df8c2f89652ae17cf65df8a9c8c164d7ad4d717b (diff) | |
download | freebsd-ports-gnome-3dea15237253b850189222cd0d35e8c62a6c4c16.tar.gz freebsd-ports-gnome-3dea15237253b850189222cd0d35e8c62a6c4c16.tar.zst freebsd-ports-gnome-3dea15237253b850189222cd0d35e8c62a6c4c16.zip |
- Add LICENSE information
- Make portlint happier
Diffstat (limited to 'archivers/tclmkziplib')
-rw-r--r-- | archivers/tclmkziplib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/tclmkziplib/Makefile b/archivers/tclmkziplib/Makefile index 51f46c4e1648..e93303950306 100644 --- a/archivers/tclmkziplib/Makefile +++ b/archivers/tclmkziplib/Makefile @@ -15,6 +15,8 @@ DISTNAME= mkZiplib${PORTVERSION:S/.//} MAINTAINER= mm@FreeBSD.org COMMENT= GZIP and ZIP support for TCL; dynamicly loadable +LICENSE= BSD + USE_TCL= 84+ WRKSRC= ${WRKDIR}/mkZiplib${PORTVERSION} |