ports/mail/extsmail/Makefile

22 lines
370 B
Makefile

COMMENT = robust sending of e-mail via external commands
DISTNAME = extsmail-2.8
CATEGORIES = mail
HOMEPAGE = https://tratt.net/laurie/src/extsmail/
MAINTAINER = Laurence Tratt <laurie@tratt.net>
# BSD / MIT
PERMIT_PACKAGE = Yes
# uses pledge(2)
WANTLIB = c
MASTER_SITES = ${HOMEPAGE}releases/
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>