ports/mail/extsmail/Makefile

23 lines
370 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>