freebsd-ports/databases/p5-Exception-Class-DBI/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

24 lines
475 B
Makefile

# Created by: 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= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
LICENSE_COMB= dual
LICENSE= ART10 GPLv1
USES= perl5
USE_PERL5= modbuild
MAN3= Exception::Class::DBI.3
.include <bsd.port.mk>