opnsense-ports/security/srm/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

23 lines
514 B
Makefile

# Created by: Keith J. Jones <kjones@antihackertoolkit.com>
# $FreeBSD$
PORTNAME= srm
PORTVERSION= 1.2.12
CATEGORIES= security sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} \
SF/${PORTNAME}/old_releases \
SF/${PORTNAME}/old_releases/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Secure rm, a utility which destroys file contents before unlinking
LICENSE= MIT
CONFLICTS= secure_delete-[0-9]*
USES= tar:bzip2
GNU_CONFIGURE= yes
PLIST_FILES= bin/srm man/man1/srm.1.gz
.include <bsd.port.mk>