17 lines
302 B
Makefile
17 lines
302 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/08/12 04:11:20 robert Exp $
|
|
|
|
COMMENT= PHP classes for LDAP, based on Net::LDAP
|
|
|
|
DISTNAME= Net_LDAP2-2.0.12
|
|
CATEGORIES= net
|
|
REVISION= 0
|
|
|
|
MODULES= lang/php www/pear
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-ldap
|
|
|
|
.include <bsd.port.mk>
|