2005-10-20 22:46:41 +02:00
|
|
|
# New ports collection makefile for: p5-Exception-Class
|
|
|
|
# Date created: 15 October 2005
|
|
|
|
# Whom: Rod Taylor <ports@rbt.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Exception-Class-DBI
|
2008-05-26 13:31:46 +02:00
|
|
|
PORTVERSION= 1.00
|
2005-10-20 22:46:41 +02:00
|
|
|
CATEGORIES= databases perl5
|
2007-10-30 11:39:43 +01:00
|
|
|
MASTER_SITES= CPAN
|
2005-10-20 22:46:41 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-03-26 00:19:12 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-10-20 22:46:41 +02:00
|
|
|
COMMENT= DBI Exception objects
|
|
|
|
|
2006-08-30 03:32:04 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
|
2005-10-20 22:46:41 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_MODBUILD= 5.8.0+
|
2005-10-20 22:46:41 +02:00
|
|
|
|
|
|
|
MAN3= Exception::Class::DBI.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|