freebsd-ports/net-mgmt/zenpack-graphportlet/Makefile
Antoine Brodin 8f66ae99c3 Reset a few maintainers who are unreachable
With hat:	portmgr
2014-05-29 18:54:55 +00:00

23 lines
643 B
Makefile

# Created by: Zenoss <zenoss@experts-exchange.com>
# $FreeBSD$
PORTNAME= ShowGraphPortlet
PORTVERSION= 1.03
CATEGORIES= net-mgmt www
MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/
DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
MAINTAINER= ports@FreeBSD.org
COMMENT= Enables users to show any graph/multi graph reports on their dashboard
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
USES= zenoss
ZPACKGROUP= community
ZPACKPREFIX= ZenPacks.SCC.
WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
TAG= 0cf7678
NO_STAGE= yes
.include <bsd.port.mk>