- Add LICENSE_FILE
- Sort PLIST
This commit is contained in:
parent
5c9d8931b2
commit
6e372c8dea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401645
2 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,7 @@ MAINTAINER= sunpoet@FreeBSD.org
|
|||
COMMENT= Object-oriented implementation of Sender Policy Framework
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \
|
||||
p5-Net-DNS>=0.62:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
|
|
|
@ -24,7 +24,7 @@ bin/spfquery.pl
|
|||
%%SITE_PERL%%/Mail/SPF/Util.pm
|
||||
%%SITE_PERL%%/Mail/SPF/v1/Record.pm
|
||||
%%SITE_PERL%%/Mail/SPF/v2/Record.pm
|
||||
sbin/spfd.pl
|
||||
%%PERL5_MAN1%%/spfquery.pl.1.gz
|
||||
%%PERL5_MAN3%%/Mail::SPF.3.gz
|
||||
%%PERL5_MAN3%%/Mail::SPF::Base.3.gz
|
||||
%%PERL5_MAN3%%/Mail::SPF::MacroString.3.gz
|
||||
|
@ -49,4 +49,4 @@ sbin/spfd.pl
|
|||
%%PERL5_MAN3%%/Mail::SPF::Util.3.gz
|
||||
%%PERL5_MAN3%%/Mail::SPF::v1::Record.3.gz
|
||||
%%PERL5_MAN3%%/Mail::SPF::v2::Record.3.gz
|
||||
%%PERL5_MAN1%%/spfquery.pl.1.gz
|
||||
sbin/spfd.pl
|
||||
|
|
Loading…
Reference in a new issue