# Created by: Dan Rench <citric@cubicone.tmetic.com>
# $FreeBSD: converters/p5-MIME-Base64-URLSafe/Makefile 327715 2013-09-20 16:05:24Z bapt $

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

MAINTAINER=	citric@cubicone.tmetic.com
COMMENT=	Perl version of Python's URL-safe base64 codec

RUN_DEPENDS=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
BUILD_DEPENDS:=	${RUN_DEPENDS}

WRKSRC=		${WRKDIR}/${DISTNAME:S/00//}

USES=		perl5
USE_PERL5=	configure

MAN3=		MIME::Base64::URLSafe.3

NO_STAGE=	yes
.include <bsd.port.mk>
