diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-30 03:47:34 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-30 03:47:34 +0000 |
commit | 2ba4e0c4c5fbb6c7264f10a834bb73484c72372c (patch) | |
tree | 4cdd34a729022ec6eadd3f74d67b81eb5fccaf23 /net/asterisk12-app-ldap/Makefile | |
parent | b2e96d284ad22d984485c2d85814b1e728bd2dfc (diff) | |
download | freebsd-ports-2ba4e0c4c5fbb6c7264f10a834bb73484c72372c.zip |
asterisk 1.2 has been EOL'ed upstream on 21 Nov 2010.
Diffstat (limited to 'net/asterisk12-app-ldap/Makefile')
-rw-r--r-- | net/asterisk12-app-ldap/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net/asterisk12-app-ldap/Makefile b/net/asterisk12-app-ldap/Makefile deleted file mode 100644 index 8f4ee683d545..000000000000 --- a/net/asterisk12-app-ldap/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: app_ldap -# Date created: 30 July 2006 -# Whom: Matthias Fechner <idefix@fechner.net> -# -# $FreeBSD$ -# - -PORTNAME= asterisk12-app-ldap -DISTVERSION= 1.0rc6 -PORTREVISION= 5 -CATEGORIES= net -MASTER_SITES= http://www.mezzo.net/asterisk/ -DISTNAME= app_ldap-${DISTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= idefix@fechner.net -COMMENT= LDAPget application module for the Asterisk PBX - -BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk12 - -USE_GMAKE= yes -USE_ICONV= yes -USE_OPENLDAP= yes - -.include <bsd.port.mk> |