2011-01-15 00:00:14 +01:00
|
|
|
# New ports collection makefile for: p5-TheSchwartz-Worker-SendEmail
|
|
|
|
# Date created: 2010-11-18
|
|
|
|
# Whom: Kurt Lidl <kurt.lidl@cello.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= TheSchwartz-Worker-SendEmail
|
|
|
|
PORTVERSION= 1.00
|
2011-01-20 01:05:19 +01:00
|
|
|
PORTREVISION= 1
|
2011-01-15 00:00:14 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN/../../authors/id/B/BR/BRADFITZ
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= TheSchwartz Worker Task to Send Email
|
|
|
|
|
2011-01-20 01:05:19 +01:00
|
|
|
BUILD_DEPENDS= p5-TheSchwartz>=1.10:${PORTSDIR}/devel/p5-TheSchwartz \
|
|
|
|
p5-Net-DNS>=0.66_1:${PORTSDIR}/dns/p5-Net-DNS \
|
|
|
|
p5-Storable>=2.25:${PORTSDIR}/devel/p5-Storable
|
2011-01-15 00:00:14 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= TheSchwartz::Worker::SendEmail.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|