20 lines
353 B
Makefile
20 lines
353 B
Makefile
# $OpenBSD: Makefile,v 1.15 2011/11/16 15:56:37 robert Exp $
|
|
|
|
COMMENT= pear ldap
|
|
|
|
DISTNAME= Net_LDAP-1.1.5
|
|
REVISION= 3
|
|
CATEGORIES= net
|
|
|
|
MODULES= lang/php www/pear
|
|
|
|
# BSD License
|
|
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>
|