aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-MIME-Fast/Makefile
blob: 587e1b0dbd9a4bc2436e1d8622137c8459a0c945 (plain) (blame)
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
28
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=   MIME-Fast
PORTVERSION=    1.6
PORTREVISION=   7
CATEGORIES= mail perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Create, edit, and parse MIME messages (via gmime2 C library)

BUILD_DEPENDS=  p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
LIB_DEPENDS=    libgmime-2.0.so:${PORTSDIR}/mail/gmime2
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure
CONFIGURE_ENV=  PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS}"

.include <bsd.port.pre.mk>

.if ${PERL_VER} >= 5.18
BROKEN=     Does not build with Perl 5.18 or above
.endif

.include <bsd.port.post.mk>