diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-09-01 11:28:17 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-09-01 11:28:17 +0000 |
commit | 729d39335209927a6dc04dc4829f4ef8b2969d74 (patch) | |
tree | 8c7e39839a18205f1d39d9cef97eb6973f568b10 /sysutils/prune/Makefile | |
parent | 439a1ff205ac482db17279dd6e1ac8261e54de9c (diff) |
Notes
Diffstat (limited to 'sysutils/prune/Makefile')
-rw-r--r-- | sysutils/prune/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/prune/Makefile b/sysutils/prune/Makefile new file mode 100644 index 000000000000..ca559f599c7c --- /dev/null +++ b/sysutils/prune/Makefile @@ -0,0 +1,20 @@ +# 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 + +.include <bsd.port.mk> |