ports/mail/extsmail/Makefile

23 lines
364 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
2023-09-26 17:06:53 +00:00
SITES = ${HOMEPAGE}releases/
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>