Files
ports/databases/buzhug/Makefile
T
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

15 lines
358 B
Makefile

PORTNAME= buzhug
PORTVERSION= 1.8
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Pure-Python database engine
WWW= https://buzhug.sourceforge.net/
USES= dos2unix python zip
USE_PYTHON= distutils autoplist concurrent optsuffix
.include <bsd.port.mk>