1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/mail/p5-Email-Stuff/Makefile
Adam Weinberger 85dea296d2 This port has been deprecated in favour of Email::Stuffer by the author.
Mark it deprecated, and set the expiration date to 2 months from now.
2014-08-11 14:54:57 +00:00

28 lines
732 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Email-Stuff
PORTVERSION= 2.102
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= More casual approach to creating and sending Email
BUILD_DEPENDS= p5-prefork>=1.01:${PORTSDIR}/devel/p5-prefork \
p5-Params-Util>=0.23:${PORTSDIR}/devel/p5-Params-Util \
p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \
p5-Email-MIME>=1.901:${PORTSDIR}/mail/p5-Email-MIME \
p5-Email-Send>=2.185:${PORTSDIR}/mail/p5-Email-Send
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
DEPRECATED= Deprecated in favour of mail/p5-Email-Stuffer
EXPIRATION_DATE= 2014-10-15
.include <bsd.port.mk>