freebsd-ports/databases/pear-DB_ldap2/Makefile
Sunpoet Po-Chuan Hsieh 3b026a36b4 Update distinfo and unbreak this port
- While I'm here, add USES=php

Content of tarballs are unchanged (checked against [1]).

=> DB_ldap2-0.5.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DB_ldap2-0.5.1.tgz
fetch: http://pear.php.net/get/DB_ldap2-0.5.1.tgz: size mismatch: expected 19448, actual 19618

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/DB_ldap2-0.5.1.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:28:53 +00:00

18 lines
397 B
Makefile

# Created by: Wen heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= DB_ldap2
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= databases net pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR DB compliant interface to LDAP v2 and v3 database
BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB
RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB
USE_PHP= ldap
USES= pear php
.include <bsd.port.mk>