b5c4963d34
This module simply wraps MIME::Base64 and MIME::QuotedPrint so that you can throw the contents of a Content-Transfer-Encoding header at some text and have the right thing happen. from Sam Smith <s at msmith.net>
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/01/15 15:47:16 sturm Exp $
|
|
|
|
COMMENT= "unified interface to MIME encoding and decoding "
|
|
|
|
DISTNAME= Email-MIME-Encodings-1.3
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|