mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
3d1c19ead6
- remove upstreamed distribution patches Changelog: https://invisible-island.net/rcs-blame/ChangeLog
20 lines
435 B
Makefile
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>
|