14 lines
251 B
Makefile
14 lines
251 B
Makefile
PORTNAME= forgejo
|
|
PORTVERSION= 15
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= des@FreeBSD.org
|
|
COMMENT= Compact self-hosted Git forge
|
|
WWW= https://forgejo.org/
|
|
|
|
RUN_DEPENDS= forgejo${PORTVERSION}>=0:www/forgejo${PORTVERSION}
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|