aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fileprune/Makefile
blob: 97c9704ae1bdc61b74ab1bfd04201acf43ff56b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: dds
# $FreeBSD$

PORTNAME=	fileprune
PORTVERSION=	1.9
CATEGORIES=	sysutils
MASTER_SITES=	https://www.spinellis.gr/sw/unix/fileprune/ \
		https://www2.dmst.aueb.gr/dds/sw/unix/fileprune/

MAINTAINER=	dds@FreeBSD.org
COMMENT=	Prune a file set according to a given age distribution

LICENSE=	MIT

PLIST_FILES=	bin/fileprune man/man1/fileprune.1.gz

.include <bsd.port.mk>