1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/devel/blame/Makefile
Robert Clausecker 3d1c19ead6 devel/blame: update to 1.4-20240206
- remove upstreamed distribution patches

Changelog: https://invisible-island.net/rcs-blame/ChangeLog
2024-02-10 14:41:53 +01:00

20 lines
435 B
Makefile

PORTNAME= blame
DISTVERSION= 1.4-20240206
CATEGORIES= devel
MASTER_SITES= https://invisible-island.net/archives/rcs-blame/
MAINTAINER= fuz@FreeBSD.org
COMMENT= Display last modification for each line in an RCS file
WWW= https://invisible-island.net/rcs-blame/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:tgz
GNU_CONFIGURE= yes
TEST_TARGET= check
PLIST_FILES= bin/blame \
man/man1/blame.1.gz
.include <bsd.port.mk>