1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/security/srm/Makefile
2021-04-06 16:31:07 +02:00

24 lines
559 B
Makefile

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