1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/mail/p5-Email-Stuff/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

30 lines
748 B
Makefile

# New ports collection makefile for: p5-Email-Stuff
# Date created: 12 Aug, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Email-Stuff
PORTVERSION= 2.102
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chifeng@gmail.com
COMMENT= A 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}
PERL_CONFIGURE= yes
MAN3= Email::Stuff.3
.include <bsd.port.mk>