freebsd-ports/textproc/p5-XML-Generator-DBI/Makefile

24 lines
469 B
Makefile
Raw Normal View History

# Created by: Sergey Skvortsov <skv@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML-Generator-DBI
PORTVERSION= 1.00
PORTREVISION= 1
CATEGORIES= textproc databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate SAX events from SQL queries
RUN_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= XML::Generator::DBI.3
NO_STAGE= yes
.include <bsd.port.mk>