freebsd-ports/sysutils/rcm/Makefile
2023-01-30 20:59:10 +08:00

18 lines
401 B
Makefile

PORTNAME= rcm
PORTVERSION= 1.3.6
CATEGORIES= sysutils
MASTER_SITES= https://thoughtbot.github.io/rcm/dist/ \
https://github.com/thoughtbot/rcm/releases/download/v${PORTVERSION}/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= RC file (dotfile) management
WWW= https://github.com/thoughtbot/rcm
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
NO_ARCH= yes
.include <bsd.port.mk>