diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 07:10:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 07:10:59 +0000 |
commit | 18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (patch) | |
tree | fd4f0178e134e50e9dc8acc6e016d62c645457cf /mail/p5-MIME-tools | |
parent | 81bbfb25563e0e7d2f441eff32793eb50b7549e4 (diff) | |
download | pkgsrc-18cba9d7fa4ef20bc11b28b998233dddeb7ae32d.tar.gz |
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
Diffstat (limited to 'mail/p5-MIME-tools')
-rw-r--r-- | mail/p5-MIME-tools/Makefile | 7 | ||||
-rw-r--r-- | mail/p5-MIME-tools/pkg/PLIST | 48 |
2 files changed, 5 insertions, 50 deletions
diff --git a/mail/p5-MIME-tools/Makefile b/mail/p5-MIME-tools/Makefile index 3e7e3e081b7..ac46bbf4e07 100644 --- a/mail/p5-MIME-tools/Makefile +++ b/mail/p5-MIME-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/06 08:17:36 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:13 jlam Exp $ # DISTNAME= MIME-tools-4.124 @@ -12,9 +12,10 @@ DEPENDS+= p5-IO-stringy-*:../../devel/p5-IO-stringy DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64 DEPENDS+= p5-MailTools-*:../../mail/p5-MailTools -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MIME-tools/.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" diff --git a/mail/p5-MIME-tools/pkg/PLIST b/mail/p5-MIME-tools/pkg/PLIST index 6f662cba0b6..1274c4a1b7d 100644 --- a/mail/p5-MIME-tools/pkg/PLIST +++ b/mail/p5-MIME-tools/pkg/PLIST @@ -1,47 +1 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/06 08:17:36 rh Exp $ -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/MIME-tools/.packlist -lib/perl5/site_perl/MIME/IO.pm -lib/perl5/site_perl/MIME/Entity.pm -lib/perl5/site_perl/MIME/Decoder/QuotedPrint.pm -lib/perl5/site_perl/MIME/Decoder/Gzip64.pm -lib/perl5/site_perl/MIME/Decoder/Binary.pm -lib/perl5/site_perl/MIME/Decoder/Base64.pm -lib/perl5/site_perl/MIME/Decoder/UU.pm -lib/perl5/site_perl/MIME/Decoder/NBit.pm -lib/perl5/site_perl/MIME/Field/ParamVal.pm -lib/perl5/site_perl/MIME/Field/ContType.pm -lib/perl5/site_perl/MIME/Field/ConTraEnc.pm -lib/perl5/site_perl/MIME/Field/ContDisp.pm -lib/perl5/site_perl/MIME/ParserBase.pm -lib/perl5/site_perl/MIME/Latin1.pm -lib/perl5/site_perl/MIME/Parser.pm -lib/perl5/site_perl/MIME/Body.pm -lib/perl5/site_perl/MIME/ToolUtils.pm -lib/perl5/site_perl/MIME/Words.pm -lib/perl5/site_perl/MIME/Tools.pm -lib/perl5/site_perl/MIME/Head.pm -lib/perl5/site_perl/MIME/Decoder.pm -lib/perl5/man/man3/MIME::IO.3 -lib/perl5/man/man3/MIME::Entity.3 -lib/perl5/man/man3/MIME::Decoder::QuotedPrint.3 -lib/perl5/man/man3/MIME::Field::ParamVal.3 -lib/perl5/man/man3/MIME::ParserBase.3 -lib/perl5/man/man3/MIME::Latin1.3 -lib/perl5/man/man3/MIME::Decoder::Gzip64.3 -lib/perl5/man/man3/MIME::Field::ContType.3 -lib/perl5/man/man3/MIME::Decoder::Binary.3 -lib/perl5/man/man3/MIME::Decoder::Base64.3 -lib/perl5/man/man3/MIME::Parser.3 -lib/perl5/man/man3/MIME::Body.3 -lib/perl5/man/man3/MIME::Decoder::UU.3 -lib/perl5/man/man3/MIME::ToolUtils.3 -lib/perl5/man/man3/MIME::Words.3 -lib/perl5/man/man3/MIME::Field::ConTraEnc.3 -lib/perl5/man/man3/MIME::Tools.3 -lib/perl5/man/man3/MIME::Head.3 -lib/perl5/man/man3/MIME::Decoder::NBit.3 -lib/perl5/man/man3/MIME::Decoder.3 -lib/perl5/man/man3/MIME::Field::ContDisp.3 -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/MIME-tools -@dirrm lib/perl5/site_perl/MIME/Decoder -@dirrm lib/perl5/site_perl/MIME/Field +@comment $NetBSD: PLIST,v 1.2 2000/08/27 07:11:14 jlam Exp $ |