1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/mail/mlmmj-webview/Makefile
Baptiste Daroussin edd28a2491 mail/mlmmj-webview: update to 0.0.5
This release adds alphasorting of the mailing lists, support for
archived mailing lists
2021-04-30 13:54:27 +02:00

22 lines
430 B
Makefile

PORTNAME= mlmmj-webview
PORTVERSION= 0.0.5
CATEGORIES= mail www
MASTER_SITES= https://codeberg.org/bapt/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Tiny web frontend for mlmmj
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${LOCALBASE}/lib/libkcgi.a:www/kcgi
USES= pkgconfig
WRKSRC= ${WRKDIR}/${PORTNAME}
HAS_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>