9a2173f6e4
- Update to 4.82.1 (fixes issues with DMARC) - Simplify plist - Take maintainership Reviewed by: bapt
11 lines
219 B
Makefile
11 lines
219 B
Makefile
# Created by: Oliver Eikemeier <eik@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -sa-exim
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
|
|
PORTVERSION?= ${EXIM_VERSION}+${SA_EXIM_VERSION}
|
|
|
|
WITH_SA_EXIM= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|