summaryrefslogtreecommitdiff
path: root/devel/p5-LDAP/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-26 17:44:23 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-26 17:44:23 +0000
commitb250ef9c06d0a0b7e6dee5ec70935e71539317f1 (patch)
tree9730a4ced715af26f4695c5fde3bbf561cc5a989 /devel/p5-LDAP/Makefile
parent4d3a05f90fde8d2049f15f616a41b77d4f639eb2 (diff)
downloadpkgsrc-b250ef9c06d0a0b7e6dee5ec70935e71539317f1.tar.gz
Add a clean pkg_add implementation on top of libarchive and libfetch.
Known regressions: - "pkg_add -" (aka reading from stdin) is currently not supported - "pkg_add -s" is not supported either - no progress reports for the downloads - binary packages with hardlinks created by pkg_create before pkg_install-20080422 will not extract correctly (libarchive issue) - no adhoc check for potential conflicts between dependencies and already installed packages Features: - Twice as fast for the typical case of /var/tmp and /usr/pkg on different filesystems - Standalone - implicit conflict detection before actual installation.
Diffstat (limited to 'devel/p5-LDAP/Makefile')
-rw-r--r--devel/p5-LDAP/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/p5-LDAP/Makefile b/devel/p5-LDAP/Makefile
deleted file mode 100644
index 3b8f6dcf9cd..00000000000
--- a/devel/p5-LDAP/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2007/12/22 07:22:09 obache Exp $
-#
-
-DISTNAME= perldap-1.2.2
-PKGNAME= p5-LDAP-1.2.2
-SVR4_PKGNAME= p5lda
-PKGREVISION= 3
-CATEGORIES= devel perl5 databases
-MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=directory/perldap/ancient/}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.mozilla.org/directory/perldap.html
-COMMENT= Perl5 module to build LDAP clients with perl
-
-WRKSRC= ${WRKDIR}/perldap
-PERL5_PACKLIST= auto/Mozilla/LDAP/API/.packlist
-
-MAKE_ENV+= LDAPSDKDIR=${BUILDLINK_PREFIX.ldapsdk}
-MAKE_ENV+= LDAPSDKSSL="no"
-MAKE_ENV+= LDAPV3ON="yes"
-
-.include "../../devel/ldapsdk/buildlink3.mk"
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"