freebsd-ports/databases/p5-DBIx-XML_RDB/Makefile
2013-11-03 06:53:54 +00:00

20 lines
445 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= DBIx-XML_RDB
PORTVERSION= 0.05
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension for creating XML from existing DBI datasources
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>