opnsense-ports/sysutils/rcm/Makefile
Franco Fichtner 3e02d2b4f1 */*: sync with upstream
Taken from: FreeBSD
2024-04-15 19:12:18 +02:00

17 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>