ports/math/bitwise/Makefile
Yuri Victorovich ca14d325fd math/bitwise: Update 0.43 → 0.50
Reported by:	portscout
2023-07-20 23:43:21 -07:00

21 lines
430 B
Makefile

PORTNAME= bitwise
DISTVERSIONPREFIX= v
DISTVERSION= 0.50
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Terminal-based bit manipulator in curses
WWW= https://github.com/mellowcandle/bitwise
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf localbase ncurses readline
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= mellowcandle
PLIST_FILES= bin/bitwise \
man/man1/bitwise.1.gz
.include <bsd.port.mk>