20 lines
379 B
Makefile
20 lines
379 B
Makefile
# $OpenBSD: Makefile,v 1.4 2011/09/16 11:13:39 espie Exp $
|
|
|
|
COMMENT= PHP classes for LDAP, based on Net::LDAP
|
|
|
|
DISTNAME= Net_LDAP2-2.0.11
|
|
REVISION= 2
|
|
CATEGORIES= net
|
|
|
|
MODULES= lang/php www/pear
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-ldap
|
|
|
|
.include <bsd.port.mk>
|