blob: 4a6a3c1fe3df79ec247976e743893c5401a16202 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Lars Thegler <lars@thegler.dk>
# $FreeBSD$
PORTNAME= Email-MIME-Encodings
PORTVERSION= 1.313
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= A unified interface to MIME encoding and decoding
RUN_DEPENDS= p5-MIME-Base64>3.05:${PORTSDIR}/converters/p5-MIME-Base64
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Email::MIME::Encodings.3
.include <bsd.port.mk>
|