mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 18:10:38 -04:00
Change all MAINTAINER entries with <jbo@insane.engineer> to <jbo@FreeBSD.org> Approved by: zirias (mentor) Differential Review: https://reviews.freebsd.org/D41781
23 lines
372 B
Makefile
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>
|