freebsd-ports/converters/p5-MIME-Base64/Makefile
Erwin Lansing f740ef08be Update to 3.00
Drop the pure Perl implementations of the encoders and
   decoders.  They are bloat that hides real problems in
   the XS implementations.  I will re-release them separately
   in the new MIME-Base64-Perl distribution.

   The 'gcc -Wall' fix in 2.22 broke support for perl5.005,
   as the isXDIGIT() macro is not available in that perl.
   This problem has now been fixed.
2004-01-15 07:16:29 +00:00

23 lines
523 B
Makefile

# New ports collection makefile for: p5-MIME-Base64
# Date created: June 21th 1997
# Whom: ache@freebsd.org
#
# $FreeBSD$
#
PORTNAME= MIME-Base64
PORTVERSION= 3.00
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MIME
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= Perl5 module for Base64 and Quoted-Printable encodings
PERL_CONFIGURE= YES
MAN3= MIME::Base64.3 \
MIME::QuotedPrint.3
.include <bsd.port.mk>