mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
526ca03d5d
- While here, add LICENSE_FILE PR: 200461 Submitted by: robert.barabas@percona.com (assumed maintainer)
27 lines
428 B
Makefile
27 lines
428 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= statsite
|
|
PORTVERSION= 0.7.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net-mgmt
|
|
|
|
MAINTAINER= rbarabas@rbarabas.info
|
|
COMMENT= C implementation of statsd
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= scons
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= armon
|
|
|
|
USERS= statsd
|
|
GROUPS= statsd
|
|
|
|
PLIST_FILES= bin/statsite
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/statsite ${STAGEDIR}/${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|