mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
21 lines
443 B
Makefile
21 lines
443 B
Makefile
# Created by: andrew@scoop.co.nz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-DBI-mysql
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Extensions to Class::DBI for MySQL
|
|
|
|
BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
|
|
p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|