bef3d029ce
add LICENSE_FILE fix Change distribution source sourceforge -> github Fixed version reference bug when generating man portlint(1) portclippy(1) compliant Changes: https://github.com/munin-monitoring/munin/blob/2.0.75/ChangeLog PR: 276218
27 lines
685 B
Makefile
27 lines
685 B
Makefile
PORTNAME= munin
|
|
PORTVERSION= ${MUNIN_VERSION}
|
|
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>
|