15 lines
288 B
Makefile
15 lines
288 B
Makefile
PORTNAME= rcm
|
|
PORTVERSION= 1.3.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://thoughtbot.github.io/rcm/dist/
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= RC file (dotfile) management
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|