aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2024-03-08 13:33:40 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2024-03-08 13:33:40 +0000
commit2f875ed4f941f9eefb5c56de5febb72be8262664 (patch)
treee6770017f6e90ea6083cd4fbf4bb3fe557633468
parent6c89c8b436345ca3b4078c6bd9765112c5cd508d (diff)
downloadports-2f875ed4f941f9eefb5c56de5febb72be8262664.tar.gz
ports-2f875ed4f941f9eefb5c56de5febb72be8262664.zip
mail/p5-Mail-DataFeed-Abusix: Add new port
Send SMTP transaction data via udp to the Abusix real-time transaction feed. Approved by: hrs (mentor)
-rw-r--r--mail/Makefile1
-rw-r--r--mail/p5-Mail-DataFeed-Abusix/Makefile28
-rw-r--r--mail/p5-Mail-DataFeed-Abusix/distinfo3
-rw-r--r--mail/p5-Mail-DataFeed-Abusix/pkg-descr2
4 files changed, 34 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 0e27fbc6ba81..1873a94cc578 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -359,6 +359,7 @@
SUBDIR += p5-Mail-CheckUser
SUBDIR += p5-Mail-DKIM
SUBDIR += p5-Mail-DMARC
+ SUBDIR += p5-Mail-DataFeed-Abusix
SUBDIR += p5-Mail-DeliveryStatus-BounceParser
SUBDIR += p5-Mail-DomainKeys
SUBDIR += p5-Mail-Ezmlm
diff --git a/mail/p5-Mail-DataFeed-Abusix/Makefile b/mail/p5-Mail-DataFeed-Abusix/Makefile
new file mode 100644
index 000000000000..9e0d17f1519f
--- /dev/null
+++ b/mail/p5-Mail-DataFeed-Abusix/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= Mail-DataFeed-Abusix
+PORTVERSION= 2.20210112
+CATEGORIES= mail perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= nork@FreeBSD.org
+COMMENT= Send SMTP transaction data to the Abusix transaction feed
+WWW= https://metacpan.org/release/Mail-DataFeed-Abusix
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+RUN_DEPENDS= p5-Moo>0:devel/p5-Moo
+TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception \
+ p5-Test-Perl-Critic>0:textproc/p5-Test-Perl-Critic
+
+USES= perl5
+USE_PERL5= configure
+
+TEST_ENV= AUTHOR_TESTING=1
+
+NO_ARCH= yes
+
+PLIST_FILES= ${SITE_MAN3_REL}/Mail::DataFeed::Abusix.3.gz \
+ ${SITE_PERL_REL}/Mail/DataFeed/Abusix.pm
+
+.include <bsd.port.mk>
diff --git a/mail/p5-Mail-DataFeed-Abusix/distinfo b/mail/p5-Mail-DataFeed-Abusix/distinfo
new file mode 100644
index 000000000000..89fda531b75c
--- /dev/null
+++ b/mail/p5-Mail-DataFeed-Abusix/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1708655478
+SHA256 (Mail-DataFeed-Abusix-2.20210112.tar.gz) = 295238c43ce1a46e55e3aee41618308eede1de6e55a426b7ecb04a501a26acc3
+SIZE (Mail-DataFeed-Abusix-2.20210112.tar.gz) = 11924
diff --git a/mail/p5-Mail-DataFeed-Abusix/pkg-descr b/mail/p5-Mail-DataFeed-Abusix/pkg-descr
new file mode 100644
index 000000000000..aae460e7aa35
--- /dev/null
+++ b/mail/p5-Mail-DataFeed-Abusix/pkg-descr
@@ -0,0 +1,2 @@
+Send SMTP transaction data via udp to the Abusix real-time
+transaction feed.