2013-09-09 20:19:46 +02:00
|
|
|
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= GRNOC-Config
|
|
|
|
PORTVERSION= 1.0.9
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2013-09-09 20:19:46 +02:00
|
|
|
CATEGORIES= net-mgmt perl5
|
|
|
|
MASTER_SITES= SF/routerproxy/${PORTNAME}
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2013-09-09 20:19:46 +02:00
|
|
|
COMMENT= Module to allow everyone to access config files
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-XML-LibXML>=2:textproc/p5-XML-LibXML \
|
2016-04-01 16:16:16 +02:00
|
|
|
p5-XML-XPath>=1:textproc/p5-XML-XPath \
|
|
|
|
p5-XML-Simple>=2:textproc/p5-XML-Simple
|
2013-09-09 20:19:46 +02:00
|
|
|
|
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
|
|
|
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/GRNOC/Config.pm \
|
2014-11-26 14:08:24 +01:00
|
|
|
%%PERL5_MAN3%%/GRNOC::Config.3.gz
|
2013-09-09 20:19:46 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|