blob: 53baf988f6926aca564fd3f6e4b47ddba4d5c95d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
PORTNAME= Mail-Milter-Authentication
PORTVERSION= 3.20241024
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= nork@FreeBSD.org
COMMENT= Perl Mail Authentication Milter
WWW= https://metacpan.org/release/Mail-Milter-Authentication/
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-File-ShareDir-Install>0:devel/p5-File-ShareDir-Install
RUN_DEPENDS= p5-App-Cmd>0:devel/p5-App-Cmd \
p5-Clone>0:devel/p5-Clone \
p5-Date-Manip>0:devel/p5-Date-Manip \
p5-Email-Date-Format>0:mail/p5-Email-Date-Format \
p5-Email-Sender>0:mail/p5-Email-Sender \
p5-Email-Simple>0:mail/p5-Email-Simple \
p5-File-Slurp>0:devel/p5-File-Slurp \
p5-Import-Into>0:devel/p5-Import-Into \
p5-JSON-XS>0:converters/p5-JSON-XS \
p5-List-MoreUtils>0:lang/p5-List-MoreUtils \
p5-Lock-File>0:devel/p5-Lock-File \
p5-Log-Dispatchouli>0:devel/p5-Log-Dispatchouli \
p5-Mail-AuthenticationResults>2.20230112:mail/p5-Mail-AuthenticationResults \
p5-Mail-BIMI>=3.20230913:mail/p5-Mail-BIMI \
p5-Mail-DataFeed-Abusix>=1.20200617.1:mail/p5-Mail-DataFeed-Abusix \
p5-Mail-DKIM>=1.20200824:mail/p5-Mail-DKIM \
p5-Mail-DMARC>=1.20160612:mail/p5-Mail-DMARC \
p5-Mail-SPF>0:mail/p5-Mail-SPF \
p5-Net-DNS-Resolver-Mock>=1.20171219:dns/p5-Net-DNS-Resolver-Mock \
p5-Net-DNS>=1.01:dns/p5-Net-DNS \
p5-Net-IP>0:net-mgmt/p5-Net-IP \
p5-Net-Server>0:net/p5-Net-Server \
p5-Proc-ProcessTable>0:devel/p5-Proc-ProcessTable \
p5-Prometheus-Tiny-Shared>=0.020:net-mgmt/p5-Prometheus-Tiny-Shared \
p5-Sereal>0:converters/p5-Sereal \
p5-SUPER>0:devel/p5-SUPER \
p5-Test-File-Contents>0:devel/p5-Test-File-Contents \
p5-Text-Table>0:textproc/p5-Text-Table \
p5-TimeDate>0:devel/p5-TimeDate \
p5-TOML>0:textproc/p5-TOML
TEST_DEPENDS= p5-Crypt-OpenSSL-RSA>0:security/p5-Crypt-OpenSSL-RSA \
p5-Test-CheckManifest>0:devel/p5-Test-CheckManifest \
p5-Test-Exception>0:devel/p5-Test-Exception \
p5-Test-Perl-Critic>0:textproc/p5-Test-Perl-Critic \
p5-Test-Pod>0:devel/p5-Test-Pod
USES= perl5 shebangfix
USE_PERL5= configure
USE_RC_SUBR= authentication_milter
SHEBANG_FILES= bin/authentication_milter bin/authentication_milter_blocker \
bin/authentication_milter_client bin/authentication_milter_log
TEST_ENV= AUTHOR_TESTING=1 \
RELEASE_TESTING=1 \
TEST_AUTHOR=1
ETCDIR= ${PREFIX}/etc/mail
EXTRACT_AFTER_ARGS= --exclude ./share/authentication_milter.init \
--no-same-owner --no-same-permission
REINPLACE_VARS= CACHEDIR \
DEFAULT_GROUP \
DEFAULT_USER \
ETCDIR \
RUNDIR \
SPOOLDIR \
VARLIBDIR \
VARLIBDIRBASE
REINPLACE_LIST= ${REINPLACE_VARS:@.V.@-e "s|%%${.V.}%%|${${.V.}}|g"@}
NO_ARCH= yes
SUB_FILES= pkg-message
SUB_LIST= ${REINPLACE_VARS:@.V.@${.V.}=${${.V.}}@}
PLIST_SUB= ${SUB_LIST}
.ifnmake portclippy
CACHEDIR= /var/cache/auth_milter
DEFAULT_GROUP= mailnull
DEFAULT_USER= mailnull
RUNDIR= /var/run/auth_milter
SPOOLDIR= /var/spool/auth_milter
VARLIBDIR= /var/lib/auth_milter
VARLIBDIRBASE= /var/lib
.endif
post-patch:
cd ${PATCH_WRKSRC} && ${REINPLACE_CMD} ${REINPLACE_LIST} \
bin/authentication_milter \
lib/Mail/Milter/Authentication/Config.pm \
lib/Mail/Milter/Authentication/Handler/DMARC.pm \
share/authentication_milter.json \
t/04-unit-handler-dmarc.t
${FIND} ${WRKSRC} -name "*.bak" -delete -o -name "*.orig" -delete
post-install:
${MKDIR} ${STAGEDIR}${ETCDIR}/authentication_milter.d
.include <bsd.port.mk>
|