2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Sergey Skvortsov <skv@FreeBSD.org>
|
2002-05-27 10:24:53 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-Generator-DBI
|
2003-10-13 13:18:47 +02:00
|
|
|
PORTVERSION= 1.00
|
2010-01-25 23:42:58 +01:00
|
|
|
PORTREVISION= 1
|
2002-05-27 10:24:53 +02:00
|
|
|
CATEGORIES= textproc databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-05-27 10:24:53 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Generate SAX events from SQL queries
|
2002-05-27 10:24:53 +02:00
|
|
|
|
2012-06-04 15:18:35 +02:00
|
|
|
RUN_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2002-05-27 10:24:53 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-05-27 10:24:53 +02:00
|
|
|
|
|
|
|
MAN3= XML::Generator::DBI.3
|
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2002-05-27 10:24:53 +02:00
|
|
|
.include <bsd.port.mk>
|