9909d8c4e7
Essentially it allows try {} catch{} within perl for database errors. PR: ports/87491 Submitted by: Rod Taylor <ports@rbt.ca>
26 lines
630 B
Makefile
26 lines
630 B
Makefile
# New ports collection makefile for: p5-Exception-Class
|
|
# Date created: 15 October 2005
|
|
# Whom: Rod Taylor <ports@rbt.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Exception-Class-DBI
|
|
PORTVERSION= 0.92
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Exception
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@rbt.ca
|
|
COMMENT= DBI Exception objects
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
|
|
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Exception::Class::DBI.3
|
|
|
|
.include <bsd.port.mk>
|