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

26 lines
536 B
Makefile
Raw Normal View History

# New ports collection makefile for: XML::Generator::DBI
# Date created: 28 Jan 2002
# Whom: 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= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Generator::DBI.3
.include <bsd.port.mk>