blob: 47d26ab04004210006b5610f7eff1de3eb52232f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: stmpclean
# Date created: 4 August 1999
# Whom: shalunov
#
# $FreeBSD$
#
PORTNAME= stmpclean
PORTVERSION= 0.3
CATEGORIES= sysutils security
MASTER_SITES= http://www.internet2.edu/~shalunov/stmpclean/
MAINTAINER= shalunov@shlang.com
COMMENT= Remove old files from temporary directories
MAN8= stmpclean.8
MANCOMPRESSED= no
PLIST_FILES= sbin/stmpclean
.include <bsd.port.mk>
|