2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Mathieu Arnold <mat@FreeBSD.org>
|
2003-10-03 15:17:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Class-DBI-ToSax
|
2003-10-15 17:38:31 +02:00
|
|
|
PORTVERSION= 0.10
|
2003-10-03 15:17:17 +02:00
|
|
|
CATEGORIES= databases textproc perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-03 15:17:17 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-10-03 15:17:17 +02:00
|
|
|
COMMENT= Extension to Class::DBI for sqlite
|
|
|
|
|
2013-11-03 07:53:54 +01:00
|
|
|
RUN_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
|
2012-06-03 20:57:30 +02:00
|
|
|
p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer \
|
|
|
|
p5-NEXT>=0:${PORTSDIR}/devel/p5-NEXT
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2003-10-03 15:17:17 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-10-03 15:17:17 +02:00
|
|
|
|
2007-08-31 15:37:23 +02:00
|
|
|
.include <bsd.port.mk>
|