freebsd-ports/math/wcalc/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

23 lines
435 B
Makefile

PORTNAME= wcalc
PORTVERSION= 2.5
PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= SF/w-calc/Wcalc/${PORTVERSION}
MAINTAINER= amarendra.godbole@gmail.com
COMMENT= Natural-expression command-line calculator
WWW= https://w-calc.sourceforge.net/
LICENSE= GPLv2
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
USES= localbase readline
GNU_CONFIGURE= yes
PLIST_FILES= bin/wcalc \
man/man1/wcalc.1.gz
.include <bsd.port.mk>