mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
456 B
Makefile
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>
|