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 /security/p5-MD5 | |
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 'security/p5-MD5')
-rw-r--r-- | security/p5-MD5/Makefile | 7 | ||||
-rw-r--r-- | security/p5-MD5/pkg/PLIST | 1 | ||||
-rw-r--r-- | security/p5-MD5/pkg/PLIST-md.shared | 4 | ||||
-rw-r--r-- | security/p5-MD5/pkg/PLIST-md.static | 4 | ||||
-rw-r--r-- | security/p5-MD5/pkg/PLIST-mi | 6 |
5 files changed, 5 insertions, 17 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index b0d245b189c..a6d544aaa2d 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/12/02 14:50:41 rh Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/27 07:11:20 jlam Exp $ # FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp # @@ -12,9 +12,10 @@ HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/MD5/MD5.html CONFLICTS+= p5-Digest-MD5-* -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MD5/.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/security/p5-MD5/pkg/PLIST b/security/p5-MD5/pkg/PLIST new file mode 100644 index 00000000000..da3fd99fd9c --- /dev/null +++ b/security/p5-MD5/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:20 jlam Exp $ diff --git a/security/p5-MD5/pkg/PLIST-md.shared b/security/p5-MD5/pkg/PLIST-md.shared deleted file mode 100644 index 1dadf96e72d..00000000000 --- a/security/p5-MD5/pkg/PLIST-md.shared +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST-md.shared,v 1.3 1999/04/08 18:51:57 agc Exp $ -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/MD5/MD5.so -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/MD5/MD5.bs -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/MD5 diff --git a/security/p5-MD5/pkg/PLIST-md.static b/security/p5-MD5/pkg/PLIST-md.static deleted file mode 100644 index 937ef64e808..00000000000 --- a/security/p5-MD5/pkg/PLIST-md.static +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST-md.static,v 1.3 1999/04/08 18:51:58 agc Exp $ -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/MD5/MD5.a -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/MD5/extralibs.ld -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/MD5 diff --git a/security/p5-MD5/pkg/PLIST-mi b/security/p5-MD5/pkg/PLIST-mi deleted file mode 100644 index e3d36bb9bbd..00000000000 --- a/security/p5-MD5/pkg/PLIST-mi +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST-mi,v 1.3 1999/04/08 18:51:58 agc Exp $ -lib/perl5/site_perl/MD5.pm -lib/perl5/man/man3/MD5.3.gz -lib/perl5/site_perl/auto/MD5/autosplit.ix -@dirrm lib/perl5/site_perl/auto/MD5 -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/MD5/.packlist |