diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 10:37:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 10:37:00 +0000 |
commit | c70c96f2c8a7334e846f10c5d965fd3ce9d0aef4 (patch) | |
tree | 2f68a284f4e804aa3774ec66587daa928a61d931 /databases/p5-perl-ldap/Makefile | |
parent | 1d7f8907a285a58a577d75dfba6665aee192879e (diff) | |
download | pkgsrc-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/Makefile | 7 |
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" |