freebsd-ports/databases/p5-Exception-Class-DBI/Makefile
Frederic Culot bef7f8cc87 - Update to 1.01 [1]
- Add LICENSE

Changes:	http://search.cpan.org/dist/Exception-Class-DBI/Changes
PR:		ports/158088 [1]
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-06-21 07:58:11 +00:00

27 lines
596 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= 1.01
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= DBI Exception objects
RUN_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
LICENSE_COMB= dual
LICENSE= ART10 GPLv1
PERL_MODBUILD= 5.8.0+
MAN3= Exception::Class::DBI.3
.include <bsd.port.mk>