- Add LICENSE
- Add NO_ARCH
This commit is contained in:
parent
91695a1fae
commit
96bb6b0b30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394981
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,9 @@ MASTER_SITES= http://jason.long.name/dkfilter/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Domainkeys filter for Postfix
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
|
||||
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
|
@ -19,6 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
GNU_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_RC_SUBR= dkfilter_in dkfilter_out
|
||||
NO_ARCH= yes
|
||||
|
||||
USERS= ${DKFILTER_USERNAME}
|
||||
GROUPS= ${DKFILTER_GROUPNAME}
|
||||
|
|
Loading…
Reference in a new issue