1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/math/bitwise/Makefile
Yuri Victorovich 86f0224ec8 math/bitwise: Update 0.40 -> 0.41
Reported by:	portscout
2019-12-19 07:49:56 +00:00

23 lines
397 B
Makefile

# $FreeBSD$
PORTNAME= bitwise
DISTVERSIONPREFIX= v
DISTVERSION= 0.41
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>