19 lines
402 B
Makefile
19 lines
402 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
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= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= rrdtool:databases/rrdtool
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|