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

(-)Makefile (-1 / +12 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile,v 1.20 2011/08/29 04:43:56 dougb Exp $
5
# $FreeBSD: ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile,v 1.20 2011/08/29 04:43:56 dougb Exp $
6
6
7
PORTNAME=	FreeBSD-Portindex
7
PORTNAME=	FreeBSD-Portindex
8
PORTVERSION=	2.4
8
PORTVERSION=	2.5
9
CATEGORIES=	ports-mgmt perl5
9
CATEGORIES=	ports-mgmt perl5
10
MASTER_SITES=	http://www.infracaninophile.co.uk/portindex/
10
MASTER_SITES=	http://www.infracaninophile.co.uk/portindex/
11
PKGNAMEPREFIX=	p5-
11
PKGNAMEPREFIX=	p5-
Lines 15-23 Link Here
15
15
16
LICENSE=	BSD
16
LICENSE=	BSD
17
17
18
# GraphViz not required for portindex to run or generate GraphViz
19
# format output: this is only needed to render the output on the same
20
# machine.
21
OPTIONS=	GRAPHVIZ "Add GraphViz run-time dependency" off
22
18
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
23
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
24
RUN_DEPENDS:=	${BUILD_DEPENDS}
20
25
26
.include <bsd.port.options.mk>
27
28
.if defined(WITH_GRAPHVIZ) && !defined(WITHOUT_GRAPHVIZ)
29
RUN_DEPENDS+=	dot:${PORTSDIR}/graphics/graphviz
30
.endif
31
21
USE_XZ=	yes
32
USE_XZ=	yes
22
PERL_CONFIGURE=	yes
33
PERL_CONFIGURE=	yes
23
34
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (FreeBSD-Portindex-2.4.tar.xz) = 78f461e35dcadb9fb79665c698825fd54e081030858cf023bedfeb47b73891d0
1
SHA256 (FreeBSD-Portindex-2.5.tar.xz) = 485e037b44351147ecdd52d785bba785ec2466a500c0a55fb896235b1ce2832c
2
SIZE (FreeBSD-Portindex-2.4.tar.xz) = 50724
2
SIZE (FreeBSD-Portindex-2.5.tar.xz) = 51700
(-)pkg-plist (+1 lines)
Lines 8-13 Link Here
8
@exec [ ! -f %B/portindex.cfg ] && cp -p %B/%f %B/portindex.cfg || true
8
@exec [ ! -f %B/portindex.cfg ] && cp -p %B/%f %B/portindex.cfg || true
9
%%SITE_PERL%%/FreeBSD/Portindex/Config.pm
9
%%SITE_PERL%%/FreeBSD/Portindex/Config.pm
10
%%SITE_PERL%%/FreeBSD/Portindex/Category.pm
10
%%SITE_PERL%%/FreeBSD/Portindex/Category.pm
11
%%SITE_PERL%%/FreeBSD/Portindex/GraphViz.pm
11
%%SITE_PERL%%/FreeBSD/Portindex/Port.pm
12
%%SITE_PERL%%/FreeBSD/Portindex/Port.pm
12
%%SITE_PERL%%/FreeBSD/Portindex/Tree.pm
13
%%SITE_PERL%%/FreeBSD/Portindex/Tree.pm
13
%%SITE_PERL%%/FreeBSD/Portindex/TreeObject.pm
14
%%SITE_PERL%%/FreeBSD/Portindex/TreeObject.pm

Return to bug 161396