e6a05f7952
from Wen Heping, mantainer wilfried@ timed out.
23 lines
503 B
Makefile
23 lines
503 B
Makefile
# $OpenBSD: Makefile,v 1.12 2011/11/10 16:37:40 giovanni Exp $
|
|
|
|
COMMENT= Pure Perl MySQL driver for the Perl DBI
|
|
|
|
DISTNAME= DBD-mysqlPP-0.06
|
|
CATEGORIES= databases
|
|
MODULES= cpan
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= databases/p5-DBI>=1.14 \
|
|
net/p5-Net-MySQL>=0.08
|
|
RUN_DEPENDS= databases/p5-DBI>=1.14 \
|
|
net/p5-Net-MySQL>=0.08
|
|
|
|
.include <bsd.port.mk>
|