20 lines
352 B
Makefile
20 lines
352 B
Makefile
# $OpenBSD: Makefile,v 1.14 2011/09/16 11:13:39 espie Exp $
|
|
|
|
COMMENT= pear ldap
|
|
|
|
DISTNAME= Net_LDAP-1.1.5
|
|
REVISION= 2
|
|
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>
|