opnsense-ports/sysutils/rcm/Makefile
Franco Fichtner 0c0f8354aa */*: sync with upstream
Taken from: FreeBSD
2023-01-31 12:28:55 +01: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>