Files
2023-11-10 17:05:13 +00:00

26 lines
456 B
Makefile

COMMENT = send RSS/Atom/Gemini feeds to email
MODGO_MODNAME = gopkg.abiscuola.com/rssgoemail
MODGO_VERSION = v1.0.3
DISTNAME = rssgoemail-${MODGO_VERSION}
CATEGORIES = mail
HOMEPAGE = https://lab.abiscuola.com/rssgoemail/
MAINTAINER = Omar Polo <op@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes
WANTLIB += c pthread
MODULES = lang/go
post-install:
${INSTALL_MAN} ${WRKSRC}/rssgoemail.1 ${PREFIX}/man/man1
.include "modules.inc"
.include <bsd.port.mk>