Files
ports/databases/pgreplay/Makefile
Matthew Seaman e7b1797805 databases/pgreplay: Manpage cleanup
While here, mollify portlint.
2024-01-21 14:40:00 +00:00

27 lines
595 B
Makefile

PORTNAME= pgreplay
DISTVERSIONPREFIX= ${PORTNAME:tu}_
DISTVERSION= 1_3_0
PORTREVISION= 3
CATEGORIES= databases
MAINTAINER= matthew@FreeBSD.org
COMMENT= Replay SQL statements from a Postgresql Log
WWW= https://github.com/laurenz/pgreplay
LICENSE= PostgreSQL
USES= pgsql autoreconf
USE_GITHUB= yes
GH_ACCOUNT= laurenz
GNU_CONFIGURE= yes
PLIST_FILES= bin/pgreplay share/man/man1/pgreplay.1.gz
ALL_TARGET= ${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pgreplay ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pgreplay.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>