blob: 25221c2f4072c30e030afa4a523d990c257e25cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
GNU_CONFIGURE= yes
TEST_TARGET= test
PLIST_FILES= bin/fill_test bin/srm man/man1/srm.1.gz
.include <bsd.port.mk>
|