mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
d1219214d7
Submitted by: dds Repo-copy by: joe
21 lines
449 B
Makefile
21 lines
449 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|