mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
f396b5498b
PR: 205072 Submitted by: leonardo@schenkel.net (maintainer)
17 lines
271 B
Makefile
17 lines
271 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rcm
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://thoughtbot.github.io/rcm/dist/
|
|
|
|
MAINTAINER= leonardo@schenkel.net
|
|
COMMENT= RC file (dotfile) management
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|