|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/mail/milter-greylist-devel/Makefile 416320 2016-06-03 15:33:37Z robak $ |
2 |
# $FreeBSD: head/mail/milter-greylist-devel/Makefile 416320 2016-06-03 15:33:37Z robak $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= milter-greylist |
4 |
PORTNAME= milter-greylist |
| 5 |
PORTVERSION= 4.6 |
5 |
PORTVERSION= 4.6.2 |
| 6 |
CATEGORIES= mail |
6 |
CATEGORIES= mail |
| 7 |
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ |
7 |
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ |
| 8 |
http://fossies.org/unix/privat/ \ |
8 |
http://fossies.org/unix/privat/ \ |
|
Lines 53-58
Link Here
|
| 53 |
|
53 |
|
| 54 |
.if ${PORT_OPTIONS:MDKIM} |
54 |
.if ${PORT_OPTIONS:MDKIM} |
| 55 |
CONFIGURE_ARGS+= --with-libopendkim=${LOCALBASE} |
55 |
CONFIGURE_ARGS+= --with-libopendkim=${LOCALBASE} |
|
|
56 |
USES+= ssl |
| 56 |
.endif |
57 |
.endif |
| 57 |
|
58 |
|
| 58 |
.if ${PORT_OPTIONS:MSPF} |
59 |
.if ${PORT_OPTIONS:MSPF} |