2011-06-27 14:35:44 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.56 2011/06/27 18:35:44 jasper Exp $
|
2004-01-17 10:58:06 -05:00
|
|
|
|
2006-11-17 15:21:08 -05:00
|
|
|
SHARED_ONLY= Yes
|
1998-03-24 12:50:16 -05:00
|
|
|
|
2007-09-15 16:34:00 -04:00
|
|
|
COMMENT= unified perl interface for database access
|
2001-04-02 11:57:11 -04:00
|
|
|
|
2006-11-17 15:21:08 -05:00
|
|
|
MODULES= cpan
|
2011-06-27 14:35:44 -04:00
|
|
|
DISTNAME= DBI-1.616
|
2006-11-17 15:21:08 -05:00
|
|
|
CATEGORIES= databases
|
2011-06-27 14:35:44 -04:00
|
|
|
USE_GROFF= Yes
|
1998-03-24 12:50:16 -05:00
|
|
|
|
2007-09-16 05:38:01 -04:00
|
|
|
HOMEPAGE= http://dbi.perl.org/
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
1998-03-24 12:50:16 -05:00
|
|
|
|
2007-09-16 05:38:01 -04:00
|
|
|
# Perl
|
2000-03-14 00:08:47 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-08-20 22:57:38 -04:00
|
|
|
|
2011-06-27 14:35:44 -04:00
|
|
|
RUN_DEPENDS= net/p5-PlRPC>=0.2017 \
|
|
|
|
databases/p5-SQL-Statement>=1.28 \
|
|
|
|
devel/p5-MLDBM
|
2004-06-26 03:35:05 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-14 19:22:45 -05:00
|
|
|
REGRESS_DEPENDS=devel/p5-Test-Pod-Coverage
|
2003-11-17 00:16:34 -05:00
|
|
|
|
1998-03-24 12:50:16 -05:00
|
|
|
.include <bsd.port.mk>
|