summaryrefslogtreecommitdiff
path: root/databases/p5-perl-ldap/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-12-03 09:35:57 +0000
committerrh <rh@pkgsrc.org>1999-12-03 09:35:57 +0000
commit9629896d0eeb1c5b86b4121cb066beaf78ff7bc6 (patch)
treeace19817b6ae0be794a5f2e0eb8da2471c419dc0 /databases/p5-perl-ldap/Makefile
parent58bc199d4858354c28789a365e5bf9b6b270b415 (diff)
downloadpkgsrc-9629896d0eeb1c5b86b4121cb066beaf78ff7bc6.tar.gz
Import of p5-perl-ldap-0.13, a set of perl classes for LDAP access.
Diffstat (limited to 'databases/p5-perl-ldap/Makefile')
-rw-r--r--databases/p5-perl-ldap/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile
new file mode 100644
index 00000000000..1e0b18c67a1
--- /dev/null
+++ b/databases/p5-perl-ldap/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/03 09:35:57 rh Exp $
+#
+
+PKGNAME= p5-perl-ldap-0.13
+DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//'
+CATEGORIES= databases net devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.pobox.com/~gbarr/perl-ldap/
+
+DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5
+DEPENDS+= p5-Convert-BER-*:../../textproc/p5-Convert-BER
+DEPENDS+= p5-libwww-*:../../www/p5-libwww
+
+USE_PERL5= YES
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"