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

17 lines
274 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.16 2013/03/11 11:35:54 espie Exp $
2006-10-28 13:21:03 -04:00
COMMENT= pear ldap
2006-10-28 13:21:03 -04:00
DISTNAME= Net_LDAP-1.1.5
2011-11-16 10:56:36 -05:00
REVISION= 3
CATEGORIES= net
2006-10-28 13:21:03 -04:00
2011-07-08 18:31:59 -04:00
MODULES= lang/php www/pear
2006-10-28 13:21:03 -04:00
# BSD License
PERMIT_PACKAGE_CDROM= Yes
2011-07-08 18:31:59 -04:00
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-ldap
2006-10-28 13:21:03 -04:00
.include <bsd.port.mk>