blob: a2449eeb86b1aa89d44ee2efe5582f8c26693eb0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: prune
# Date created: 29 August 2003
# Whom: dds
#
# $FreeBSD$
#
PORTNAME= fileprune
PORTVERSION= 1.8
CATEGORIES= sysutils
MASTER_SITES= http://www.spinellis.gr/sw/unix/fileprune/ \
http://www.dmst.aueb.gr/dds/sw/unix/fileprune/
MAINTAINER= dds@FreeBSD.org
COMMENT= Prune a file set according to a given age distribution
MAN1= fileprune.1
MANCOMPRESSED= yes
PLIST_FILES= bin/fileprune
.include <bsd.port.mk>
|