freebsd-ports/misc/vote/Makefile
Tobias C. Berner 95fe54732a misc/vote: cleanup port
- fix wrong version number inside script

Reported by:	diizzy
2022-11-11 21:18:53 +01:00

23 lines
502 B
Makefile

PORTNAME= vote
DISTVERSION= 1.2
CATEGORIES= misc
MASTER_SITES= https://codeberg.org/tcberner/${PORTNAME}/raw/v${DISTVERSION}/
DISTFILES= ${PORTNAME}
DIST_SUBDIR= vote-${DISTVERSION}
EXTRACT_ONLY= #
MAINTAINER= tcberner@FreeBSD.org
COMMENT= Transparent git based voting system
WWW= https://codeberg.org/tcberner/vote
LICENSE= BSD2CLAUSE
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/vote
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/vote ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>