Files
ports/devel/cdecl/Makefile
T
Älven 57321d172d devel/cdecl: Update 18.4.1 => 18.5
Changelog:
https://github.com/paul-j-lucas/cdecl/releases/tag/cdecl-18.5

PR:		285540
Approved by:	ler@  (maintainer, timeout > 2 weeks)
Approved by:	yuri@ (Mentor)
2025-08-19 13:15:30 +04:00

24 lines
453 B
Makefile

PORTNAME= cdecl
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 18.5
CATEGORIES= devel
MAINTAINER= ler@FreeBSD.org
COMMENT= Explains complicated C/C++ declarations in plain English
WWW= https://github.com/paul-j-lucas/cdecl/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= flex:textproc/flex
USES= autoreconf bison ncurses readline
USE_GITHUB= yes
GH_ACCOUNT= paul-j-lucas
GNU_CONFIGURE= yes
CONFLICTS= cutils
.include <bsd.port.mk>