20 lines
352 B
Makefile
Raw Normal View History

2011-09-16 11:13:37 +00:00
# $OpenBSD: Makefile,v 1.14 2011/09/16 11:13:39 espie Exp $
2006-10-28 17:21:03 +00:00
COMMENT= pear ldap
2006-10-28 17:21:03 +00:00
DISTNAME= Net_LDAP-1.1.5
2011-09-16 11:13:37 +00:00
REVISION= 2
CATEGORIES= net
2006-10-28 17:21:03 +00:00
2011-07-08 22:31:59 +00:00
MODULES= lang/php www/pear
2006-10-28 17:21:03 +00:00
# BSD License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-07-08 22:31:59 +00:00
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-ldap
2006-10-28 17:21:03 +00:00
.include <bsd.port.mk>