17 lines
274 B
Makefile
17 lines
274 B
Makefile
# $OpenBSD: Makefile,v 1.16 2013/03/11 11:35:54 espie Exp $
|
|
|
|
COMMENT= pear ldap
|
|
|
|
DISTNAME= Net_LDAP-1.1.5
|
|
REVISION= 3
|
|
CATEGORIES= net
|
|
|
|
MODULES= lang/php www/pear
|
|
|
|
# BSD License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-ldap
|
|
|
|
.include <bsd.port.mk>
|