freebsd-ports/devel/cdecl/Makefile
Larry Rosenman 3a69e82431 devel/cdecl: update to 6.5.1.
Complete storage-class-like constructors
Previously, only explicit was supported for constructors. Now all of constexpr, explicit, friend, inline, and
   noexcept (or throw()) are supported.
2019-07-24 17:43:40 +00:00

27 lines
522 B
Makefile

# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
PORTNAME= cdecl
PORTVERSION= 6.5.1
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>