openbsd-ports/databases/p5-DBI/Makefile

25 lines
522 B
Makefile
Raw Normal View History

2009-10-03 05:20:36 -04:00
# $OpenBSD: Makefile,v 1.50 2009/10/03 09:20:36 pea Exp $
2006-11-17 15:21:08 -05:00
SHARED_ONLY= Yes
1998-03-24 12:50:16 -05: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
2009-10-03 05:20:36 -04:00
DISTNAME= DBI-1.609
2006-11-17 15:21:08 -05:00
CATEGORIES= databases
1998-03-24 12:50:16 -05:00
HOMEPAGE= http://dbi.perl.org/
MAINTAINER= Simon Bertrang <simon@openbsd.org>
1998-03-24 12:50:16 -05: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
RUN_DEPENDS= :p5-PlRPC->=0.2017:net/p5-PlRPC
BUILD_DEPENDS= ${RUN_DEPENDS}
2009-10-03 05:20:36 -04: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>