summaryrefslogtreecommitdiffstats
path: root/mail/p5-Email-MIME-ContentType/Makefile
blob: 97f3bac34fd2b614af5c7ca78e4b53aa7ad53256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $FreeBSD$

PORTNAME=	Email-MIME-ContentType
PORTVERSION=	1.022
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Parse a MIME Content-Type Header

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

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 502508
BUILD_DEPENDS+=	p5-Encode>=2.87:converters/p5-Encode
RUN_DEPENDS+=	p5-Encode>=2.87:converters/p5-Encode
.endif

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud