16 lines
289 B
Makefile
16 lines
289 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:35:54 espie Exp $
|
|
|
|
COMMENT= PHP classes for LDAP, based on Net::LDAP
|
|
|
|
DISTNAME= Net_LDAP2-2.0.12
|
|
CATEGORIES= net
|
|
|
|
MODULES= lang/php www/pear
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-ldap
|
|
|
|
.include <bsd.port.mk>
|