freebsd-ports/mail/p5-Email-MIME/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

29 lines
767 B
Makefile

# New ports collection makefile for: p5-Email-MIME
# Date created: 2004-08-29
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Email-MIME
PORTVERSION= 1.863
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Easy MIME message parsing
BUILD_DEPENDS= p5-Email-Simple>=2.00.4:${PORTSDIR}/mail/p5-Email-Simple \
p5-Email-MIME-Encodings>=1.3:${PORTSDIR}/mail/p5-Email-MIME-Encodings \
p5-Email-MIME-ContentType>=1.01.1:${PORTSDIR}/mail/p5-Email-MIME-ContentType \
p5-MIME-Types>=1.13:${PORTSDIR}/mail/p5-MIME-Types \
p5-Encode>=1.98.1:${PORTSDIR}/converters/p5-Encode
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Email::MIME.3 \
Email::MIME::Header.3
.include <bsd.port.mk>