mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
28 lines
701 B
Makefile
28 lines
701 B
Makefile
PORTNAME= munin
|
|
PORTVERSION= ${MUNIN_VERSION}
|
|
PORTREVISION= 0
|
|
CATEGORIES= sysutils perl5
|
|
PKGNAMESUFFIX= -common
|
|
|
|
MAINTAINER= flo@FreeBSD.org
|
|
COMMENT= Common components between a munin node and server
|
|
WWW= https://munin-monitoring.org/
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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= cpe gmake perl5
|
|
|
|
.include "${.CURDIR}/../munin-common/munin.mk"
|
|
|
|
ALL_TARGET= build-common
|
|
INSTALL_TARGET= install-common
|
|
NO_ARCH= yes
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${LOGDIR} ${STAGEDIR}${STATEDIR} ${STAGEDIR}${SPOOLDIR} ${STAGEDIR}${DBDIR}
|
|
|
|
.include <bsd.port.mk>
|