diff options
Diffstat (limited to 'databases/pear-DB_ldap2/Makefile')
-rw-r--r-- | databases/pear-DB_ldap2/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/databases/pear-DB_ldap2/Makefile b/databases/pear-DB_ldap2/Makefile deleted file mode 100644 index 6cbd4d0d5b17..000000000000 --- a/databases/pear-DB_ldap2/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Ports collection makefile for: pear-DB_ldap -# Date created: 08 March 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# -# $FreeBSD$ -# - -PORTNAME= DB_ldap -PORTVERSION= 1.1.1 -CATEGORIES= databases net pear - -MAINTAINER= antonio@php.net -COMMENT= PEAR DB compliant interface to LDAP servers - -BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -RUN_DEPENDS= ${BUILD_DEPENDS} - -CATEGORY= DB -FILES= ldap.php - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> |