mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
e963662e8c
Hat: portmgr
28 lines
707 B
Makefile
28 lines
707 B
Makefile
# New ports collection makefile for: p5-Class-DBI-ToSax
|
|
# Date created: 22 july 2003
|
|
# Whom: Mathieu Arnold <mat@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-DBI-ToSax
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= databases textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Extension to Class::DBI for sqlite
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Ima/DBI.pm:${PORTSDIR}/databases/p5-Ima-DBI \
|
|
${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
|
|
${SITE_PERL}/XML/SAX/Writer.pm:${PORTSDIR}/textproc/p5-XML-SAX-Writer \
|
|
${SITE_PERL}/NEXT.pm:${PORTSDIR}/devel/p5-NEXT
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::DBI::ToSax.3
|
|
|
|
.include <bsd.port.mk>
|