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

(-)Makefile (-12 / +2 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	spamstats
1
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
2
# Date created:				14 March 2003
3
# Whom:	      				Yen-Ming Lee <leeym@FreeBSD.org>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	spamstats
4
PORTNAME=	spamstats
9
PORTVERSION=	0.6c
5
PORTVERSION=	0.6c
Lines 36-45 Link Here
36
.endfor
32
.endfor
37
.endif
33
.endif
38
34
39
.include <bsd.port.pre.mk>
35
.include <bsd.port.mk>
40
41
.if ${PERL_LEVEL} < 500903
42
RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
43
.endif
44
45
.include <bsd.port.post.mk>

Return to bug 178896