aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rcm/Makefile
blob: e40a1fb6a714829e1fb815687721596f6094ad28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>