freebsd-ports/textproc/p5-XML-Generator-DBI/Makefile
Sergey Skvortsov 0601a59f0e Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved).
2012-05-07 15:42:51 +00:00

25 lines
536 B
Makefile

# 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>