1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/munin-common/Makefile
Mathieu Arnold 84b9758ad8 Update to 2.0.26.
Sponsored by:	Absolight
2016-10-27 14:12:23 +00:00

29 lines
703 B
Makefile

# Created by: Sean Rees <sean@rees.us>
# $FreeBSD$
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -common
MAINTAINER= mat@FreeBSD.org
COMMENT= Common components between a munin node and server
BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build \
p5-Net-SSLeay>=0:security/p5-Net-SSLeay
RUN_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay
USES= gmake perl5 cpe
.include "${.CURDIR}/../munin-common/munin.mk"
ALL_TARGET= build-common-prime
INSTALL_TARGET= install-common
NO_ARCH= yes
post-install:
${MKDIR} ${STAGEDIR}${LOGDIR} ${STAGEDIR}${STATEDIR} ${STAGEDIR}${SPOOLDIR} ${STAGEDIR}${DBDIR}
.include <bsd.port.mk>