2005-05-24 16:02:23 +02:00
|
|
|
# New ports collection makefile for: POE-Component-Client-SMTP
|
|
|
|
# Date created: 24 May 2005
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-Client-SMTP
|
2010-01-10 00:34:10 +01:00
|
|
|
PORTVERSION= 0.22
|
2005-05-24 16:02:23 +02:00
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-05-24 16:02:23 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
|
|
COMMENT= SMTP client POE component
|
|
|
|
|
2008-11-07 11:12:55 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
|
|
|
${SITE_PERL}/POE/Filter/Transparent/SMTP.pm:${PORTSDIR}/mail/p5-POE-Filter-Transparent-SMTP
|
2005-05-24 16:02:23 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2011-09-17 08:50:17 +02:00
|
|
|
PERL_MODBUILD= yes
|
2005-05-24 16:02:23 +02:00
|
|
|
|
|
|
|
MAN3= POE::Component::Client::SMTP.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|