freebsd-ports/mail/p5-Email-Reply/Makefile
Rong-En Fan c3a81ed39f Add p5-Email-Reply 1.201, email::Reply - Reply to a Message.
PR:		ports/109410
Submitted by:	Kay Abendroth <kay.abendroth at raxion.net>
2007-02-22 05:40:50 +00:00

36 lines
1 KiB
Makefile

# New ports collection makefile for: mail/p5-Email-Reply
# Date created: 21 February 2007
# Whom: Kay Abendroth <kay.abendroth@raxion.net>
#
# $FreeBSD$
#
PORTNAME= Email-Reply
PORTVERSION= 1.201
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=Email
PKGNAMEPREFIX= p5-
MAINTAINER= kay.abendroth@raxion.net
COMMENT= Email::Reply - Reply to a Message
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= p5-Email-Abstract>=2.01:${PORTSDIR}/mail/p5-Email-Abstract \
p5-Email-Address>=1.80:${PORTSDIR}/mail/p5-Email-Address \
p5-Email-MIME>=1.82:${PORTSDIR}/mail/p5-Email-MIME \
p5-Email-MIME-Creator>=1.41:${PORTSDIR}/mail/p5-Email-MIME-Creator \
p5-Email-Simple-Creator>=1.4:${PORTSDIR}/mail/p5-Email-Simple-Creator
PERL_CONFIGURE= yes
MAN3= Email::Reply.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE= requires perl 5.8.1 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>