Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2013 00:09:28 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334986 - in head/mail: . p5-Test-Email
Message-ID:  <201311270009.rAR09SfD003502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Wed Nov 27 00:09:28 2013
New Revision: 334986
URL: http://svnweb.freebsd.org/changeset/ports/334986

Log:
  Test::Email - Test Email Contents.
  
  WWW: http://search.cpan.org/dist/Test-Email/

Added:
  head/mail/p5-Test-Email/
  head/mail/p5-Test-Email/Makefile   (contents, props changed)
  head/mail/p5-Test-Email/distinfo   (contents, props changed)
  head/mail/p5-Test-Email/pkg-descr   (contents, props changed)
  head/mail/p5-Test-Email/pkg-plist   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Wed Nov 27 00:05:08 2013	(r334985)
+++ head/mail/Makefile	Wed Nov 27 00:09:28 2013	(r334986)
@@ -450,6 +450,7 @@
     SUBDIR += p5-SES
     SUBDIR += p5-Sendmail-AccessDB
     SUBDIR += p5-Sendmail-Milter
+    SUBDIR += p5-Test-Email
     SUBDIR += p5-URI-imap
     SUBDIR += p5-URI-imaps
     SUBDIR += p5-WWW-GMail

Added: head/mail/p5-Test-Email/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Test-Email/Makefile	Wed Nov 27 00:09:28 2013	(r334986)
@@ -0,0 +1,26 @@
+# Created by: Matthew Seaman <matthew@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Test-Email
+PORTVERSION=	0.07
+CATEGORIES=	mail perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:JAMES
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	matthew@FreeBSD.org
+COMMENT=	Test Email Contents
+
+BUILD_DEPENDS=	p5-Mail-POP3Client>=2:${PORTSDIR}/mail/p5-Mail-POP3Client \
+		p5-Mail-Sendmail>=0.79:${PORTSDIR}/mail/p5-Mail-Sendmail \
+		p5-MIME-Tools>=5.4:${PORTSDIR}/mail/p5-MIME-Tools \
+		p5-Test-Simple>=0.7:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+regression-test: build
+	@cd ${WRKSRC} && ${MAKE} test
+
+.include <bsd.port.mk>

Added: head/mail/p5-Test-Email/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Test-Email/distinfo	Wed Nov 27 00:09:28 2013	(r334986)
@@ -0,0 +1,2 @@
+SHA256 (Test-Email-0.07.tar.gz) = 559b2dd654b65de900414468d5870856fa9dbaf759cfefac88c00e0659eb1776
+SIZE (Test-Email-0.07.tar.gz) = 11043

Added: head/mail/p5-Test-Email/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Test-Email/pkg-descr	Wed Nov 27 00:09:28 2013	(r334986)
@@ -0,0 +1,3 @@
+Test::Email - Test Email Contents.
+
+WWW: http://search.cpan.org/dist/Test-Email/

Added: head/mail/p5-Test-Email/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Test-Email/pkg-plist	Wed Nov 27 00:09:28 2013	(r334986)
@@ -0,0 +1,8 @@
+%%PERL5_MAN3%%/Test::Email.3.gz
+%%PERL5_MAN3%%/Test::POP3.3.gz
+%%SITE_PERL%%/Test/Email.pm
+%%SITE_PERL%%/Test/POP3.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Email/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Email
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
+@dirrmtry %%SITE_PERL%%/Test



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311270009.rAR09SfD003502>