freebsd-ports/sysutils/prune/Makefile
Diomidis Spinellis 274b4f50cb Fix typo.
Submitted by:	Kris Kennaway
2006-02-13 23:21:23 +00:00

23 lines
518 B
Makefile

# New ports collection makefile for: prune
# Date created: 29 August 2003
# Whom: dds
#
# $FreeBSD$
#
PORTNAME= prune
PORTVERSION= 1.7
CATEGORIES= sysutils
MASTER_SITES= http://www.spinellis.gr/sw/unix/prune/ \
http://www.dmst.aueb.gr/dds/sw/unix/prune/
MAINTAINER= dds@FreeBSD.org
COMMENT= Prune a file set according to a given age distribution
MAN1= prune.1
MANCOMPRESSED= yes
PLIST_FILES= bin/prune
DEPRECATED= Renamed into fileprune
EXPIRATION_DATE=2006-03-14
.include <bsd.port.mk>