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