aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rset/Makefile
blob: 9857836f6346b13dee9df1b6579d2c29fdfc65fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	rset
PORTVERSION=	3.3
CATEGORIES=	sysutils
MASTER_SITES=	https://scriptedconfiguration.org/code/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Configure systems using using any scripting language
WWW=		https://scriptedconfiguration.org/ \
		https://github.com/eradman/rset

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/LICENSE

HAS_CONFIGURE=	yes
TEST_TARGET=	TEST

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/miniquark ${STAGEDIR}${PREFIX}/bin/rset

.include <bsd.port.mk>