27 lines
543 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.55 2010/12/03 11:44:24 ajacoutot Exp $
2006-11-17 20:21:08 +00:00
SHARED_ONLY= Yes
1998-03-24 17:50:16 +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
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
HOMEPAGE= http://dbi.perl.org/
MAINTAINER= Simon Bertrang <simon@openbsd.org>
1998-03-24 17:50:16 +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
2010-11-26 07:18:59 +00:00
RUN_DEPENDS= net/p5-PlRPC>=0.2017
BUILD_DEPENDS= ${RUN_DEPENDS}
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>