Lines 1-11
Link Here
|
1 |
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl> |
1 |
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl> |
2 |
|
2 |
|
3 |
PORTNAME= opendmarc |
3 |
PORTNAME= opendmarc |
4 |
PORTVERSION= 1.3.2 |
4 |
PORTVERSION= 1.4.1.1 |
5 |
PORTREVISION= 2 |
|
|
6 |
CATEGORIES= mail security |
5 |
CATEGORIES= mail security |
7 |
MASTER_SITES= SF/${PORTNAME} \ |
|
|
8 |
SF/${PORTNAME}/Previous%20Releases |
9 |
|
6 |
|
10 |
MAINTAINER= freebsd@gushi.org |
7 |
MAINTAINER= freebsd@gushi.org |
11 |
COMMENT= DMARC library and milter implementation |
8 |
COMMENT= DMARC library and milter implementation |
Lines 23-31
Link Here
|
23 |
LICENSE_NAME_SENDMAIL= Sendmail Open Source License |
20 |
LICENSE_NAME_SENDMAIL= Sendmail Open Source License |
24 |
LICENSE_PERMS_SENDMAIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
21 |
LICENSE_PERMS_SENDMAIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
25 |
|
22 |
|
26 |
USES= libtool perl5 shebangfix |
23 |
USES= autoreconf libtool perl5 shebangfix |
27 |
USE_LDCONFIG= yes |
24 |
USE_LDCONFIG= yes |
28 |
USE_RC_SUBR= opendmarc |
25 |
USE_RC_SUBR= opendmarc |
|
|
26 |
|
27 |
USE_GITHUB= yes |
28 |
GH_ACCOUNT= trusteddomainproject |
29 |
GH_PROJECT= OpenDMARC |
30 |
GH_TAGNAME= rel-${PORTNAME}-${DISTVERSION:S/./-/g} |
29 |
|
31 |
|
30 |
GNU_CONFIGURE= yes |
32 |
GNU_CONFIGURE= yes |
31 |
|
33 |
|