1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/math/bitwise/Makefile
Yuri Victorovich 40afc928e1 math/bitwise: Update 0.42 -> 0.43
Reported by:	portscout
2021-11-06 16:56:34 -07:00

21 lines
384 B
Makefile

PORTNAME= bitwise
DISTVERSIONPREFIX= v
DISTVERSION= 0.43
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Terminal-based bit manipulator in curses
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>