9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
21 lines
414 B
Makefile
21 lines
414 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= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= rrdtool:databases/rrdtool
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|