diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 23:12:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 23:12:11 +0800 |
commit | 81b2dd1e29114ad2a3dc7f50eb044478b44b81b3 (patch) | |
tree | 2a822758223c1703af202f27d5f1f191ee2993c4 | |
parent | 1e1b55d3d9be44fdd76c2ca2ab27d393a28d8db0 (diff) | |
download | freebsd-ports-gnome-81b2dd1e29114ad2a3dc7f50eb044478b44b81b3.tar.gz freebsd-ports-gnome-81b2dd1e29114ad2a3dc7f50eb044478b44b81b3.tar.zst freebsd-ports-gnome-81b2dd1e29114ad2a3dc7f50eb044478b44b81b3.zip |
- Sort PLIST
- Reformat pkg-descr
-rw-r--r-- | net-mgmt/p5-Cisco-Reconfig/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/p5-Cisco-Reconfig/pkg-descr | 22 | ||||
-rw-r--r-- | net-mgmt/p5-Cisco-Reconfig/pkg-plist | 6 |
3 files changed, 17 insertions, 17 deletions
diff --git a/net-mgmt/p5-Cisco-Reconfig/Makefile b/net-mgmt/p5-Cisco-Reconfig/Makefile index 930626a178a8..825e9950a569 100644 --- a/net-mgmt/p5-Cisco-Reconfig/Makefile +++ b/net-mgmt/p5-Cisco-Reconfig/Makefile @@ -13,10 +13,10 @@ COMMENT= Parse and generate Cisco configuration files LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/net-mgmt/p5-Cisco-Reconfig/pkg-descr b/net-mgmt/p5-Cisco-Reconfig/pkg-descr index ba8e604bbe49..07f1375c0cc4 100644 --- a/net-mgmt/p5-Cisco-Reconfig/pkg-descr +++ b/net-mgmt/p5-Cisco-Reconfig/pkg-descr @@ -1,15 +1,15 @@ -Cisco::Reconfig makes it easier to write programs to generate changes -to Cisco configuration files. +Cisco::Reconfig makes it easier to write programs to generate changes to Cisco +configuration files. -Cisco::Reconfig is a module that parses Cisco router configuration -files. It doesn't have any real understanding of Cisco configurations -so it might be useful for other similar configuration languages. It -knows that nesting is shown by indentation. It knows that ! means a -comment. It knows that no may proceed a line without changing where -that line exists in the hierarchy. It doesn't know much else. +Cisco::Reconfig is a module that parses Cisco router configuration files. It +doesn't have any real understanding of Cisco configurations so it might be +useful for other similar configuration languages. It knows that nesting is shown +by indentation. It knows that ! means a comment. It knows that no may proceed a +line without changing where that line exists in the hierarchy. It doesn't know +much else. -Cisco::Reconfig can be used to modify configurations. The set() method -will check the current configruation and return commands to change it -if it is other than what is wanted (as passed to the set() method). +Cisco::Reconfig can be used to modify configurations. The set() method will +check the current configruation and return commands to change it if it is other +than what is wanted (as passed to the set() method). WWW: http://search.cpan.org/dist/Cisco-Reconfig/ diff --git a/net-mgmt/p5-Cisco-Reconfig/pkg-plist b/net-mgmt/p5-Cisco-Reconfig/pkg-plist index d42843effa35..71f45d612c2f 100644 --- a/net-mgmt/p5-Cisco-Reconfig/pkg-plist +++ b/net-mgmt/p5-Cisco-Reconfig/pkg-plist @@ -1,7 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig/.packlist %%SITE_PERL%%/Cisco/Reconfig.pm %%SITE_PERL%%/Cisco/Reconfig.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig/.packlist %%PERL5_MAN3%%/Cisco::Reconfig.3.gz -@dirrmtry %%SITE_PERL%%/Cisco -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco +@dirrmtry %%SITE_PERL%%/Cisco |