- Remove mail/p5-Email-MIME-Modifier, it has been folded into mail/p5-Email-MIME - Remove mail/p5-Email-Simple-Creator, it has been folded into mail/p5-Email-Simple - Adjust dependencies Reported by: pointyhat With hat: portmgr
29 lines
816 B
Makefile
29 lines
816 B
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.202
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
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-Simple>=2.100:${PORTSDIR}/mail/p5-Email-Simple
|
|
|
|
PERL_CONFIGURE= 5.8.1+
|
|
|
|
MAN3= Email::Reply.3
|
|
|
|
.include <bsd.port.mk>
|