mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
17 lines
297 B
Makefile
17 lines
297 B
Makefile
# Created by: Wes Peters <wes@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= obliterate
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LOCAL/wes
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Securely delete file[s]
|
|
|
|
USES= uidfix
|
|
|
|
PLIST_FILES= bin/obliterate man/man8/${PORTNAME}.8.gz
|
|
|
|
.include <bsd.port.mk>
|