mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
7d1faa7179
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
25 lines
516 B
Makefile
25 lines
516 B
Makefile
PORTNAME= isbg
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Scan an IMAP inbox for spam using SpamAssassin
|
|
WWW= https://github.com/isbg/isbg
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt@${PY_FLAVOR} \
|
|
spamassassin:mail/spamassassin
|
|
|
|
USES= python
|
|
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= isbg
|
|
GL_TAGNAME= e626d8d0628f691c041032c53f20d764b11d0079
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
USE_PYTHON= autoplist concurrent distutils optsuffix
|
|
|
|
.include <bsd.port.mk>
|