mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
ca46750707
- Reset maintainer Changes: https://github.com/thoughtbot/rcm/blob/master/NEWS.md.in PR: 230281 Submitted by: Nathan <ndowens.fbsd@yandex.com> Approved by: Leonardo Brondani Schenkel <leonardo@schenkel.net> (maintainer)
18 lines
299 B
Makefile
18 lines
299 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rcm
|
|
PORTVERSION= 1.3.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://thoughtbot.github.io/rcm/dist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= RC file (dotfile) management
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|