blob: c1d5ed6430c2a1f3cfeeedac36afe172d3e81a14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: dds
# $FreeBSD$
PORTNAME= fileprune
PORTVERSION= 1.9
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
NO_STAGE= yes
.include <bsd.port.mk>
|