17 lines
318 B
Makefile
17 lines
318 B
Makefile
# $OpenBSD: Makefile,v 1.26 2016/04/28 16:52:15 sthen Exp $
|
|
|
|
COMMENT= DBI persistent connection, authentication and authorization
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Apache-DBI-1.12
|
|
CATEGORIES= www databases
|
|
|
|
RUN_DEPENDS= www/ap2-mod_perl \
|
|
databases/p5-DBI
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|