diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
commit | 07cd20b334bcce67d925d228b1dc798c007141f0 (patch) | |
tree | 0b6795ee15e18090020cfa8444738bad46458587 /converters/p5-MIME-Base64/Makefile | |
parent | 2db9056f6e9918e76e686389fa7de8a0a3ed22b6 (diff) | |
download | pkgsrc-07cd20b334bcce67d925d228b1dc798c007141f0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'converters/p5-MIME-Base64/Makefile')
-rw-r--r-- | converters/p5-MIME-Base64/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile index 49600423399..25bcdfda8d8 100644 --- a/converters/p5-MIME-Base64/Makefile +++ b/converters/p5-MIME-Base64/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/08/27 07:11:00 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2001/02/16 13:59:26 wiz Exp $ # FreeBSD Id: Makefile,v 1.3 1997/08/04 22:47:16 ache Exp # @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/MIME-Base64/Base64.html +COMMENT= perl5 module for Base64 and Quoted-Printable encodings USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MIME/Base64/.packlist |