View | Details | Raw Unified | Return to bug 92984
Collapse All | Expand All

(-)Makefile (-1 / +4 lines)
Lines 8-20 Link Here
8
PORTNAME=	rmoldmail
8
PORTNAME=	rmoldmail
9
PORTVERSION=	0.1.0
9
PORTVERSION=	0.1.0
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://probiers.net/projects/rmoldmail/
11
MASTER_SITES=	#
12
12
13
MAINTAINER=	petef@FreeBSD.org
13
MAINTAINER=	petef@FreeBSD.org
14
COMMENT=	Prune a mailbox of messages older than a set number of days
14
COMMENT=	Prune a mailbox of messages older than a set number of days
15
15
16
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
16
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
17
17
18
DEPRECATED=	mastersite disappeared, no longer maintained by author
19
EXPIRATION_DATE=	2006-04-07
20
18
NO_BUILD=	yes
21
NO_BUILD=	yes
19
22
20
USE_PERL5=	yes
23
USE_PERL5=	yes
(-)pkg-descr (-2 lines)
Lines 3-9 Link Here
3
possible to use rmoldmail on a running mailserver; it shouldn't
3
possible to use rmoldmail on a running mailserver; it shouldn't
4
confuse your MTA or IMAP- or POP3-server.
4
confuse your MTA or IMAP- or POP3-server.
5
5
6
WWW: http://probiers.net/projects/rmoldmail/
7
8
- Pete
6
- Pete
9
petef@databits.net
7
petef@databits.net
(-)pkg-plist (-2 / +2 lines)
Lines 1-3 Link Here
1
sbin/rmoldmail
1
sbin/rmoldmail
2
%%PORTDOCS%%share/doc/rmoldmail/README
2
%%DOCSDIR%%/README
3
%%PORTDOCS%%@dirrm share/doc/rmoldmail
3
@dirrm %%DOCSDIR%%

Return to bug 92984