freebsd-ports/databases/p5-DBIx-XML_RDB/Makefile
2007-04-02 17:54:43 +00:00

26 lines
631 B
Makefile

# New ports collection makefile for: p5-DBIx-XML_RDB
# Date created: May 26 2001
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= DBIx-XML_RDB
PORTVERSION= 0.05
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBIx
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension for creating XML from existing DBI datasources
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DBIx::XML_RDB.3
.include <bsd.port.mk>