19 lines
370 B
Makefile
19 lines
370 B
Makefile
# $OpenBSD: Makefile,v 1.6 2011/12/21 16:25:05 giovanni Exp $
|
|
|
|
COMMENT= PHP classes for LDAP, based on Net::LDAP
|
|
|
|
DISTNAME= Net_LDAP2-2.0.12
|
|
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>
|