Prune sysutils/pcpustat
[dports.git] / sysutils / munin-common / Makefile
1 # Created by: Sean Rees <sean@rees.us>
2 # $FreeBSD$
3
4 PORTNAME=       munin
5 PORTVERSION=    ${MUNIN_VERSION}
6 PORTREVISION=   2
7 CATEGORIES=     sysutils perl5
8 MASTER_SITES=   ${MUNIN_SITES}
9 PKGNAMESUFFIX=  -common
10
11 MAINTAINER=     mat@FreeBSD.org
12 COMMENT=        Common components between a munin node and server
13
14 BUILD_DEPENDS=  p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
15                 p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
16 RUN_DEPENDS=    p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
17
18 USES=           gmake perl5 cpe
19 WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/}
20
21 .include "${.CURDIR}/../munin-common/munin.mk"
22
23 ALL_TARGET=     build-common-prime
24 INSTALL_TARGET= install-common
25 NO_ARCH=        yes
26
27 post-install:
28         ${MKDIR} ${STAGEDIR}${LOGDIR} ${STAGEDIR}${STATEDIR} ${STAGEDIR}${SPOOLDIR} ${STAGEDIR}${DBDIR}
29
30 .include <bsd.port.mk>