diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-12-18 17:58:36 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-12-18 17:58:36 +0800 |
commit | f37f0b3b3282e507f37304a0869914edc0e59df1 (patch) | |
tree | 6032eb19d5e544461743197cfdcf4907d63c6b2f /sysutils | |
parent | afe6de01f9d42202e932183c83739fdd86087599 (diff) | |
download | freebsd-ports-gnome-f37f0b3b3282e507f37304a0869914edc0e59df1.tar.gz freebsd-ports-gnome-f37f0b3b3282e507f37304a0869914edc0e59df1.tar.zst freebsd-ports-gnome-f37f0b3b3282e507f37304a0869914edc0e59df1.zip |
Add license
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zeroer/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/zeroer/Makefile b/sysutils/zeroer/Makefile index 51d7b5a14855..c1181290442d 100644 --- a/sysutils/zeroer/Makefile +++ b/sysutils/zeroer/Makefile @@ -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 |