Lines 5-26
Link Here
|
5 |
# $FreeBSD: ports/security/scamp/Makefile,v 1.5 2009/08/22 00:35:04 amdmi3 Exp $ |
5 |
# $FreeBSD: ports/security/scamp/Makefile,v 1.5 2009/08/22 00:35:04 amdmi3 Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= scamp |
7 |
PORTNAME= scamp |
8 |
PORTVERSION= 5.2d |
8 |
PORTVERSION= 5.2e |
9 |
CATEGORIES= security |
9 |
CATEGORIES= security |
10 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
10 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
11 |
|
11 |
|
12 |
MAINTAINER= gerard@seibercom.net |
12 |
MAINTAINER= gerard@seibercom.net |
13 |
COMMENT= Download & Install additional definition files for Clamav |
13 |
COMMENT= Download & Install additional definition files for Clamav |
14 |
|
14 |
|
15 |
RUN_DEPENDS+= bash>=3.2.48_1:${PORTSDIR}/shells/bash \ |
15 |
RUN_DEPENDS+= bash>=4.0.33:${PORTSDIR}/shells/bash \ |
16 |
clamav>=0.95.1:${PORTSDIR}/security/clamav \ |
16 |
clamav>=0.95.2:${PORTSDIR}/security/clamav \ |
17 |
gnupg>=2.0.11:${PORTSDIR}/security/gnupg \ |
17 |
gnupg>=2.0.13:${PORTSDIR}/security/gnupg \ |
18 |
rsync>=3.0.6:${PORTSDIR}/net/rsync |
18 |
rsync>=3.0.6:${PORTSDIR}/net/rsync |
19 |
|
19 |
|
20 |
.if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl) |
20 |
.if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl) |
21 |
RUN_DEPENDS+= wget>=1.11.4:${PORTSDIR}/ftp/wget |
21 |
RUN_DEPENDS+= wget>=1.11.4_1:${PORTSDIR}/ftp/wget |
22 |
.else |
22 |
.else |
23 |
RUN_DEPENDS+= curl>=7.19.5:${PORTSDIR}/ftp/curl |
23 |
RUN_DEPENDS+= curl>=7.19.6_1:${PORTSDIR}/ftp/curl |
24 |
.endif |
24 |
.endif |
25 |
|
25 |
|
26 |
NO_BUILD= yes |
26 |
NO_BUILD= yes |