summaryrefslogtreecommitdiff
path: root/databases/p5-perl-ldap/Makefile
diff options
context:
space:
mode:
authorrh <rh>1999-12-03 09:35:57 +0000
committerrh <rh>1999-12-03 09:35:57 +0000
commita190886a0cd204dc0f922b14bbb31db8a28b811b (patch)
treeace19817b6ae0be794a5f2e0eb8da2471c419dc0 /databases/p5-perl-ldap/Makefile
parent43eb51bd2d2dd9785a02773260870eebf771e96f (diff)
downloadpkgsrc-a190886a0cd204dc0f922b14bbb31db8a28b811b.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"