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
|
2006-08-30 03:32:04 +02:00
|
|
|
PORTVERSION= 0.95
|
2005-10-20 22:46:41 +02:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Exception
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@rbt.ca
|
|
|
|
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
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
|
|
|
MAN3= Exception::Class::DBI.3
|
|
|
|
|
2006-06-16 14:53:38 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800 # inherited from devel/p5-Exception-Class
|
|
|
|
IGNORE= requires at least Perl 5.8. Please install lang/perl5.8 and try again
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|