openbsd-ports/databases/p5-DBI/Makefile

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 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
REVISION= 1
2006-11-17 15:21:08 -05:00
CATEGORIES= databases
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
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
2010-11-26 02:18:59 -05:00
RUN_DEPENDS= net/p5-PlRPC>=0.2017
BUILD_DEPENDS= ${RUN_DEPENDS}
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>