mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
18 lines
324 B
Makefile
18 lines
324 B
Makefile
# Created by: Wes Peters <wes@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= obliterate
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR=wes
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Securely delete file[s]
|
|
|
|
PLIST_FILES= bin/obliterate
|
|
MAN8= obliterate.8
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|