View | Details | Raw Unified | Return to bug 228081 | Differences between
and this patch

Collapse All | Expand All

(-)www/awstats/Makefile (-12 / +19 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	awstats
4
PORTNAME=	awstats
5
PORTVERSION=	7.7
5
PORTVERSION=	7.7
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	www
8
CATEGORIES=	www
8
MASTER_SITES=	SF/${PORTNAME}/AWStats/${PORTVERSION}
9
MASTER_SITES=	SF/${PORTNAME}/AWStats/${PORTVERSION}
Lines 13-20 Link Here
13
LICENSE=	GPLv3
14
LICENSE=	GPLv3
14
LICENSE_FILE=	${WRKSRC}/docs/LICENSE.TXT
15
LICENSE_FILE=	${WRKSRC}/docs/LICENSE.TXT
15
16
16
RUN_DEPENDS=	p5-Net-XWhois>=0:net/p5-Net-XWhois
17
18
USES=		cpe dos2unix perl5 shebangfix
17
USES=		cpe dos2unix perl5 shebangfix
19
CPE_VENDOR=	laurent_destailleur
18
CPE_VENDOR=	laurent_destailleur
20
19
Lines 27-44 Link Here
27
26
28
SUB_FILES=	pkg-message
27
SUB_FILES=	pkg-message
29
28
30
OPTIONS_DEFINE=	DOCS IPV6
29
OPTIONS_DEFINE=			DOCS IPV6
31
OPTIONS_RADIO=	GEO
30
OPTIONS_RADIO=			GEO
31
OPTIONS_GROUP=			MODULES
32
OPTIONS_DEFAULT=		HOSTINFO
32
33
33
OPTIONS_RADIO_GEO=	GEOIP GEOIPFREE
34
OPTIONS_RADIO_GEO=		GEOIP GEOIPFREE
34
GEO_DESC=	Identify country of source IPs
35
GEO_DESC=			Identify country of source IPs
35
GEOIP_DESC=	Country lookups via Geo::IP
36
GEOIP_DESC=			Country lookups via Geo::IP
36
GEOIPFREE_DESC=	Country lookups via Geo::IPfree
37
GEOIPFREE_DESC=			Country lookups via Geo::IPfree
37
38
38
GEOIP_RUN_DEPENDS=	p5-Geo-IP>=0:net/p5-Geo-IP
39
OPTIONS_GROUP_MODULES=		DECODEUTFKEYS HOSTINFO
39
GEOIPFREE_RUN_DEPENDS=	p5-Geo-IPfree>=0:net/p5-Geo-IPfree
40
MODULES_DESC=			Plugin support not present in Perl CORE
40
IPV6_RUN_DEPENDS=	p5-Net-IP>=0:net-mgmt/p5-Net-IP \
41
DECODEUTFKEYS_DESC=		DecodeUTFKeys (requires p5-URI)
41
			p5-Net-DNS>=0:dns/p5-Net-DNS
42
HOSTINFO_DESC=			HostInfo (requires p5-Net-XWhois)
43
GEOIP_RUN_DEPENDS=		p5-Geo-IP>=0:net/p5-Geo-IP
44
GEOIPFREE_RUN_DEPENDS=		p5-Geo-IPfree>=0:net/p5-Geo-IPfree
45
IPV6_RUN_DEPENDS=		p5-Net-IP>=0:net-mgmt/p5-Net-IP \
46
				p5-Net-DNS>=0:dns/p5-Net-DNS
47
DECODEUTFKEYS_RUN_DEPENDS=	p5-URI>0:net/p5-URI
48
HOSTINFO_RUN_DEPENDS=		p5-Net-XWhois>=0:net/p5-Net-XWhois
42
49
43
pre-patch:
50
pre-patch:
44
# This file is so messed up, not even dos2unix can fix it
51
# This file is so messed up, not even dos2unix can fix it

Return to bug 228081