b3f4b81cdf
DBD::LDAP is a DBI extension module adding an SQL database interface to standard LDAP databases to Perl's database-independent database interface. requested by robert@
22 lines
407 B
Makefile
22 lines
407 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/13 14:57:55 msf Exp $
|
|
|
|
COMMENT= "DBI driver for LDAP databases"
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= DBD-LDAP-0.09
|
|
|
|
CATEGORIES= databases perl5
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::databases/p5-DBI \
|
|
::databases/p5-ldap
|
|
|
|
.include <bsd.port.mk>
|