diff options
author | culot <culot@FreeBSD.org> | 2017-08-02 19:37:08 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2017-08-02 19:37:08 +0800 |
commit | fb1f9e986392cb8fe8831a848262c1ac623e8064 (patch) | |
tree | 47996815d079a190f3bfbbabdec01beec4215083 /devel | |
parent | e78ae952ead740a36f41753314eae3f44b4a717e (diff) | |
download | freebsd-ports-gnome-fb1f9e986392cb8fe8831a848262c1ac623e8064.tar.gz freebsd-ports-gnome-fb1f9e986392cb8fe8831a848262c1ac623e8064.tar.zst freebsd-ports-gnome-fb1f9e986392cb8fe8831a848262c1ac623e8064.zip |
Paranoid::Log::Email provides SMTP support from within the Paranoid::Log
framework.
This module was previously part of devel/p5-Paranoid but is now distributed
independently since Paranoid v2.00.
WWW: http://search.cpan.org/dist/Paranoid-Log-Email/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Paranoid-Log-Email/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Paranoid-Log-Email/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Paranoid-Log-Email/pkg-descr | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 87d489f77b19..a3eae152de43 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3054,6 +3054,7 @@ SUBDIR += p5-Params-Validate-Dependencies SUBDIR += p5-Params-ValidationCompiler SUBDIR += p5-Paranoid + SUBDIR += p5-Paranoid-Log-Email SUBDIR += p5-Parse-CPAN-Packages SUBDIR += p5-Parse-CPAN-Packages-Fast SUBDIR += p5-Parse-ErrorString-Perl diff --git a/devel/p5-Paranoid-Log-Email/Makefile b/devel/p5-Paranoid-Log-Email/Makefile new file mode 100644 index 000000000000..b125c93698a9 --- /dev/null +++ b/devel/p5-Paranoid-Log-Email/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Paranoid-Log-Email +PORTVERSION= 2.00 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= culot@FreeBSD.org +COMMENT= SMTP support for Paranoid::Log + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Paranoid>=2:devel/p5-Paranoid +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= YES +USES= perl5 +USE_PERL5= configure + +PLIST_FILES= %%PERL5_MAN3%%/Paranoid::Log::Email.3.gz \ + %%SITE_PERL%%/Paranoid/Log/Email.pm + +.include <bsd.port.mk> diff --git a/devel/p5-Paranoid-Log-Email/distinfo b/devel/p5-Paranoid-Log-Email/distinfo new file mode 100644 index 000000000000..ded6ec51ac76 --- /dev/null +++ b/devel/p5-Paranoid-Log-Email/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1501672078 +SHA256 (Paranoid-Log-Email-2.00.tar.gz) = 66e19f97e797ff070580cb882836743a2046e4525a5b77f581c52ace102c9785 +SIZE (Paranoid-Log-Email-2.00.tar.gz) = 11931 diff --git a/devel/p5-Paranoid-Log-Email/pkg-descr b/devel/p5-Paranoid-Log-Email/pkg-descr new file mode 100644 index 000000000000..6268bdb40646 --- /dev/null +++ b/devel/p5-Paranoid-Log-Email/pkg-descr @@ -0,0 +1,4 @@ +Paranoid::Log::Email provides SMTP support from within the Paranoid::Log +framework. + +WWW: http://search.cpan.org/dist/Paranoid-Log-Email/ |