307a70b894
Most notably, this version of rrdtools.so is thread safe, so the rrdtools_th.so library is removed. Bump portrevision for depending ports due to shlib version bump. For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES Reviewed by: kwm Differential Revision: D6168
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= RRD-Simple
|
|
PORTVERSION= 1.44
|
|
PORTREVISION= 7
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN/Proc/NICOLAW
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple interface to create and store data in RRD files
|
|
|
|
BUILD_DEPENDS= rrdtool:databases/rrdtool
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|