19 lines
324 B
Makefile
19 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.11 2011/06/09 12:56:04 sthen Exp $
|
|
|
|
COMMENT= pear ldap
|
|
|
|
DISTNAME= Net_LDAP-1.1.5
|
|
CATEGORIES= net
|
|
|
|
MODULES= www/pear
|
|
|
|
# BSD License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= www/php5/extensions,-ldap
|
|
|
|
.include <bsd.port.mk>
|