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
|
2011-06-21 09:58:11 +02:00
|
|
|
PORTVERSION= 1.01
|
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
|
|
|
|
|
2012-06-03 20:57:30 +02:00
|
|
|
RUN_DEPENDS= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
|
|
|
|
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
2005-10-20 22:46:41 +02:00
|
|
|
|
2011-06-21 09:58:11 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
|
2011-09-17 08:50:17 +02:00
|
|
|
PERL_MODBUILD= yes
|
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>
|