diff options
Diffstat (limited to 'net-mgmt/p5-jmx4perl/Makefile')
-rw-r--r-- | net-mgmt/p5-jmx4perl/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net-mgmt/p5-jmx4perl/Makefile b/net-mgmt/p5-jmx4perl/Makefile index e08f909312d7..007338c19f95 100644 --- a/net-mgmt/p5-jmx4perl/Makefile +++ b/net-mgmt/p5-jmx4perl/Makefile @@ -3,7 +3,7 @@ PORTNAME= jmx4perl PORTVERSION= 1.11 DISTVERSIONSUFFIX= _2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ROLAND @@ -13,15 +13,11 @@ MAINTAINER= tj@FreeBSD.org COMMENT= JMX access for Perl RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ - p5-Carp>=0:devel/p5-Carp \ p5-Config-General>=0:devel/p5-Config-General \ p5-Crypt-Blowfish_PP>=0:security/p5-Crypt-Blowfish_PP \ p5-Crypt-OpenPGP>=0:security/p5-Crypt-OpenPGP \ - p5-Digest-MD5>=0:security/p5-Digest-MD5 \ p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ p5-File-SearchPath>=0:devel/p5-File-SearchPath \ - p5-File-Temp>=0:devel/p5-File-Temp \ - p5-Getopt-Long>=0:devel/p5-Getopt-Long \ p5-JSON>=0:converters/p5-JSON \ p5-Module-Find>=0:devel/p5-Module-Find \ p5-Nagios-Plugin>=0:net-mgmt/p5-Nagios-Plugin \ @@ -30,14 +26,13 @@ RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ p5-Term-ProgressBar>=0:devel/p5-Term-ProgressBar \ p5-Term-ShellUI>=0:shells/p5-Term-ShellUI \ p5-Term-Size>=0:devel/p5-Term-Size \ - p5-Text-ParseWords>=0:textproc/p5-Text-ParseWords \ - p5-Time-HiRes>=0:devel/p5-Time-HiRes \ p5-URI>=0:net/p5-URI \ p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ p5-XML-Twig>=0:textproc/p5-XML-Twig \ p5-libwww>=0:www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild |