Date: Sun, 18 Dec 2016 09:58:36 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428841 - head/sysutils/zeroer Message-ID: <201612180958.uBI9waNE095744@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sun Dec 18 09:58:36 2016 New Revision: 428841 URL: https://svnweb.freebsd.org/changeset/ports/428841 Log: Add license Modified: head/sysutils/zeroer/Makefile Modified: head/sysutils/zeroer/Makefile ============================================================================== --- head/sysutils/zeroer/Makefile Sun Dec 18 09:57:19 2016 (r428840) +++ head/sysutils/zeroer/Makefile Sun Dec 18 09:58:36 2016 (r428841) @@ -10,6 +10,9 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for wiping unallocated space on a filesystem +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libpopt.so:devel/popt PLIST_FILES= bin/zeroer man/man1/zeroer.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612180958.uBI9waNE095744>