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

(-)Makefile (-4 / +12 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	SQL-Translator
8
PORTNAME=	SQL-Translator
9
PORTVERSION=	0.11007
9
PORTVERSION=	0.11007
10
PORTREVISION=	1
10
CATEGORIES=	databases perl5
11
CATEGORIES=	databases perl5
11
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 24-38 Link Here
24
		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
25
		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
25
		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
26
		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
26
		p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit \
27
		p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit \
27
		p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
28
		p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz \
29
		p5-Graph>=0:${PORTSDIR}/math/p5-Graph \
30
		p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
28
		p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
31
		p5-Spreadsheet-ParseExcel>=0.41:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
29
		p5-Spreadsheet-ParseExcel>=0.41:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
30
		p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \
32
		p5-Text-RecordParser>=0.02:${PORTSDIR}/textproc/p5-Text-RecordParser \
31
		p5-Text-RecordParser>=0.02:${PORTSDIR}/textproc/p5-Text-RecordParser \
33
		p5-XML-Writer>=0.500:${PORTSDIR}/textproc/p5-XML-Writer
32
		p5-XML-Writer>=0.500:${PORTSDIR}/textproc/p5-XML-Writer \
33
		p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML
34
RUN_DEPENDS=	${BUILD_DEPENDS}
34
RUN_DEPENDS=	${BUILD_DEPENDS}
35
35
36
OPTIONS=	DIAGRAM "Diagram generation support" Off
37
36
PERL_CONFIGURE=	yes
38
PERL_CONFIGURE=	yes
37
39
38
MAN1=		sqlt-diagram.1 \
40
MAN1=		sqlt-diagram.1 \
Lines 114-117 Link Here
114
BUILD_DEPENDS+=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
116
BUILD_DEPENDS+=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
115
.endif
117
.endif
116
118
119
.if defined(WITH_DIAGRAM)
120
BUILD_DEPENDS+=	p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
121
		p5-Graph>=0:${PORTSDIR}/math/p5-Graph \
122
		p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz
123
.endif
124
117
.include <bsd.port.post.mk>
125
.include <bsd.port.post.mk>

Return to bug 157198