openbsd-ports/net/pear-Net-LDAP2/Makefile

16 lines
289 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:35:54 espie Exp $
COMMENT= PHP classes for LDAP, based on Net::LDAP
2011-12-21 11:25:05 -05:00
DISTNAME= Net_LDAP2-2.0.12
CATEGORIES= net
2011-07-08 18:31:59 -04:00
MODULES= lang/php www/pear
# LGPLv3
PERMIT_PACKAGE_CDROM= Yes
2011-07-08 18:31:59 -04:00
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-ldap
.include <bsd.port.mk>