blob: 75baec8e799d6a7895162a7c84b6229840d9a6ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
WWW= https://metacpan.org/release/RRD-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= rrdtool:databases/rrdtool
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
|