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

(-)Makefile (-1 / +6 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	SQL-Translator
8
PORTNAME=	SQL-Translator
9
PORTVERSION=	0.11010
9
PORTVERSION=	0.11010
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 29-36 Link Here
29
		p5-Spreadsheet-ParseExcel>=0.41:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
30
		p5-Spreadsheet-ParseExcel>=0.41:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
30
		p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \
31
		p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \
31
		p5-Text-RecordParser>=0.02:${PORTSDIR}/textproc/p5-Text-RecordParser \
32
		p5-Text-RecordParser>=0.02:${PORTSDIR}/textproc/p5-Text-RecordParser \
32
		p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML
33
		p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML \
34
		p5-XML-Writer>=0.5:${PORTSDIR}/textproc/p5-XML-Writer \
35
		p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
33
RUN_DEPENDS:=	${BUILD_DEPENDS}
36
RUN_DEPENDS:=	${BUILD_DEPENDS}
37
TEST_DEPENDS=	p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \
38
		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
34
OPTIONS=	DIAGRAM "Diagram generation support" Off
39
OPTIONS=	DIAGRAM "Diagram generation support" Off
35
40
36
PERL_CONFIGURE=	yes
41
PERL_CONFIGURE=	yes

Return to bug 164337