b3861707e7
Feature safe: yes
34 lines
886 B
Makefile
34 lines
886 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.910
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Easy MIME message parsing
|
|
|
|
BUILD_DEPENDS= p5-Email-Simple>=2.100:${PORTSDIR}/mail/p5-Email-Simple \
|
|
p5-Email-MessageID>=0:${PORTSDIR}/mail/p5-Email-MessageID \
|
|
p5-Email-MIME-Encodings>=1.313:${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
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Email::MIME.3 \
|
|
Email::MIME::Creator.3 \
|
|
Email::MIME::Header.3 \
|
|
Email::MIME::Modifier.3
|
|
|
|
regression-test: build
|
|
cd ${WRKSRC}/ && ${MAKE} test
|
|
|
|
.include <bsd.port.mk>
|