aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-MIME-Base64/Makefile
blob: 77f01f3e2fa7a488d05149f83229f053fff50901 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: ache@FreeBSD.org
# $FreeBSD$

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

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl5 module for Base64 and Quoted-Printable encodings

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>