PORTNAME=	MIME-Base64
PORTVERSION=	3.16
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl5 module for Base64 and Quoted-Printable encodings
WWW=		https://metacpan.org/release/MIME-Base64

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		perl5
USE_PERL5=	configure

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MIME/Base64/Base64.so

.include <bsd.port.mk>