c59a3834c4
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
34 lines
897 B
Makefile
34 lines
897 B
Makefile
# New ports collection makefile for: mail/p5-Email-Send
|
|
# Date created: 27 December 2005
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Email-Send
|
|
PORTVERSION= 2.198
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Email::Send - Simply Sending Email
|
|
|
|
BUILD_DEPENDS= p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Email-Address>=1.80:${PORTSDIR}/mail/p5-Email-Address \
|
|
p5-Email-Simple>=1.92:${PORTSDIR}/mail/p5-Email-Simple \
|
|
p5-Return-Value>=1.28:${PORTSDIR}/devel/p5-Return-Value \
|
|
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Email::Send.3 \
|
|
Email::Send::NNTP.3 \
|
|
Email::Send::Qmail.3 \
|
|
Email::Send::SMTP.3 \
|
|
Email::Send::Sendmail.3 \
|
|
Email::Send::Test.3
|
|
|
|
.include <bsd.port.mk>
|