1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/cdecl/Makefile
Larry Rosenman 2b061befa4 devel/cdecl: upgrade to 6.6.
Release Notes:
Defaulted & deleted support
Defaulted & deleted special member functions are now supported.

Explain-by-default option
Both a command-line --explain/-e and explain-by-default set option have been added that assume a command that doesn't start with any command means explain.

Set option abbreviations
Unambiguous set option name abbreviations may now be used.

Virtual constexpr
Virtual constexpr declarations are now only correctly allowed in C++20.
2019-10-23 20:38:43 +00:00

28 lines
520 B
Makefile

# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
PORTNAME= cdecl
PORTVERSION= 6.6
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
MAINTAINER= ler@FreeBSD.org
COMMENT= Explains complicated C/C++ declarations in plain English
LICENSE= GPLv3
BUILD_DEPENDS= flex:textproc/flex
USES= autoreconf bison ncurses readline
CONFLICTS= cutils-[0-9]*
USE_GITHUB= yes
GH_ACCOUNT= paul-j-lucas
GNU_CONFIGURE= yes
PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz
.include <bsd.port.mk>