mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add p5-Mail-OpenRelay-Simple 0.02, check if a mail server runs as an
open relay. PR: ports/100668 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
This commit is contained in:
parent
2c14bdca88
commit
54d3a22e17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168516
5 changed files with 46 additions and 0 deletions
|
@ -317,6 +317,7 @@
|
|||
SUBDIR += p5-Mail-MailStats
|
||||
SUBDIR += p5-Mail-Mbox-MessageParser
|
||||
SUBDIR += p5-Mail-MboxParser
|
||||
SUBDIR += p5-Mail-OpenRelay-Simple
|
||||
SUBDIR += p5-Mail-POP3Client
|
||||
SUBDIR += p5-Mail-Procmail
|
||||
SUBDIR += p5-Mail-Procmailrc
|
||||
|
|
32
mail/p5-Mail-OpenRelay-Simple/Makefile
Normal file
32
mail/p5-Mail-OpenRelay-Simple/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: p5-Mail-OpenRelay-Simple
|
||||
# Date created: 2006-07-21
|
||||
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mail-OpenRelay-Simple
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Mail
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
||||
COMMENT= Check if a mail server runs as an open relay
|
||||
|
||||
RUN_DEPENDS= p5-Class-Accessor>=0.25:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Net-Telnet>=3.03:${PORTSDIR}/net/p5-Net-Telnet
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Mail::OpenRelay::Simple.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
mail/p5-Mail-OpenRelay-Simple/distinfo
Normal file
3
mail/p5-Mail-OpenRelay-Simple/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Mail-OpenRelay-Simple-0.02.tar.gz) = 17636ccc558fac7bde96611a93e592d2
|
||||
SHA256 (Mail-OpenRelay-Simple-0.02.tar.gz) = 809535242a280dc0015de59a0dfc173d15021669b82ed449e67d889beed73175
|
||||
SIZE (Mail-OpenRelay-Simple-0.02.tar.gz) = 4711
|
3
mail/p5-Mail-OpenRelay-Simple/pkg-descr
Normal file
3
mail/p5-Mail-OpenRelay-Simple/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module permit to check if a mail server runs as an open relay.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Mail-OpenRelay-Simple/
|
7
mail/p5-Mail-OpenRelay-Simple/pkg-plist
Normal file
7
mail/p5-Mail-OpenRelay-Simple/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Mail/OpenRelay/Simple.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/OpenRelay/Simple/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/OpenRelay/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/OpenRelay
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail
|
||||
@dirrmtry %%SITE_PERL%%/Mail/OpenRelay
|
||||
@dirrmtry %%SITE_PERL%%/Mail
|
Loading…
Add table
Reference in a new issue