mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
f23bee4711
add WWW. PR: 111155 Submitted by: Jason Harris <jharris AT widomaker.com> Approved by: Stanislav Shalunov <shalunov AT shlang.com> (maintainer) clsung (mentor)
21 lines
421 B
Makefile
21 lines
421 B
Makefile
# 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://shlang.com/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>
|