ports/devel/stdman/Makefile
Joel Bodenmann 31299d31bf maintainer: Update to FreeBSD address
Change all MAINTAINER entries with <jbo@insane.engineer> to
<jbo@FreeBSD.org>

Approved by:		zirias (mentor)
Differential Review:	https://reviews.freebsd.org/D41781
2023-09-08 16:12:16 +02:00

23 lines
372 B
Makefile

PORTNAME= stdman
DISTVERSION= 2022.07.30
CATEGORIES= devel docs
MAINTAINER= jbo@FreeBSD.org
COMMENT= Formatted C++20 stdlib man pages
WWW= https://github.com/jeaye/stdman
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= bash:shells/bash
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= jeaye
HAS_CONFIGURE= yes
NO_ARCH= yes
NO_BUILD= yes
.include <bsd.port.mk>