openbsd-ports/www/p5-Apache-DBI/Makefile

25 lines
563 B
Makefile
Raw Normal View History

2005-05-13 16:20:53 -04:00
# $OpenBSD: Makefile,v 1.15 2005/05/13 20:20:53 msf Exp $
COMMENT= "DBI persistent connection, authentication and authorization"
VERSION= 0.94
DISTNAME= Apache-DBI-${VERSION}
2001-09-07 18:13:51 -04:00
PKGNAME= p5-${DISTNAME}
CATEGORIES= www databases perl5
2002-05-15 13:58:49 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
RUN_DEPENDS= :mod_perl-*:www/mod_perl \
:p5-DBI-*:databases/p5-DBI
2005-05-13 16:20:53 -04:00
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
2003-10-18 15:44:41 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>