# $MidnightBSD: trunk/converters/p5-MIME-Base32/Makefile 20551 2015-10-30 01:48:21Z laffer1 $
# $FreeBSD: ports/converters/p5-MIME-Base32/Makefile,v 1.2 2005/10/29 06:42:43 nork Exp $

PORTNAME=	MIME-Base32
PORTVERSION=	1.02a
PORTREVISION=	1
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Perl5 module for Base32 encodings

LICENSE=	artistic gpl
LICENSE_COMB=	dual

WRKSRC=		${WRKDIR}/${PORTNAME}-1.02
PERL_CONFIGURE=	YES

post-extract:
	@${RM} ${WRKSRC}/test1.pl

.include <bsd.port.mk>
