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

20 lines
366 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2009/11/06 08:32:37 jasper Exp $
2006-10-28 13:21:03 -04:00
COMMENT= pear ldap
2006-10-28 13:21:03 -04:00
DISTNAME= Net_LDAP-0.6.6
PKGNAME= pear-${DISTNAME:S/_/-/}p2
2006-10-28 13:21:03 -04:00
CATEGORIES= net pear
MODULES= www/pear
2006-10-28 13:21:03 -04:00
# BSD License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-11-20 15:00:04 -05:00
RUN_DEPENDS= ::www/php5/extensions,-ldap
2006-10-28 13:21:03 -04:00
.include <bsd.port.mk>