summaryrefslogtreecommitdiff
path: root/databases/p5-perl-ldap/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 10:37:00 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 10:37:00 +0000
commitc70c96f2c8a7334e846f10c5d965fd3ce9d0aef4 (patch)
tree2f68a284f4e804aa3774ec66587daa928a61d931 /databases/p5-perl-ldap/Makefile
parent1d7f8907a285a58a577d75dfba6665aee192879e (diff)
downloadpkgsrc-c70c96f2c8a7334e846f10c5d965fd3ce9d0aef4.tar.gz
Convert packages to use PERL5_PACKLIST (part 2). These are the database and
Apache perl modules, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
Diffstat (limited to 'databases/p5-perl-ldap/Makefile')
-rw-r--r--databases/p5-perl-ldap/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile
index 951e6ae5b3b..21bc05efe52 100644
--- a/databases/p5-perl-ldap/Makefile
+++ b/databases/p5-perl-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/06/09 14:32:47 kleink Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/27 10:37:02 jlam Exp $
#
DISTNAME= perl-ldap-0.19
@@ -13,9 +13,10 @@ DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5
DEPENDS+= p5-Convert-ASN1-*:../../textproc/p5-Convert-ASN1
DEPENDS+= p5-libwww-*:../../www/p5-libwww
-USE_PERL5= YES
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/perl-ldap/.packlist
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"