- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_LDAP-1.1.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_LDAP-1.1.5.tgz fetch: http://pear.php.net/get/Net_LDAP-1.1.5.tgz: size mismatch: expected 74782, actual 75618 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_LDAP-1.1.5.tgz [1] Approved by: portmgr (blanket)
14 lines
270 B
Makefile
14 lines
270 B
Makefile
# Created by: Gerrit Beine (<tux@pinguru.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_LDAP
|
|
DISTVERSION= 1.1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= OO interface for searching and manipulating LDAP-entries
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|