diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-12-14 12:03:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-12-14 12:03:19 +0000 |
commit | f87dea0c3a2edf6a9583efab852d733ed3819a6d (patch) | |
tree | 50ec926b1090a3815712b1cffcbd1c7349960a7b /net-mgmt/p5-SNMP-Simple/Makefile | |
parent | 4ed054bfc9ff6ff13faded78148cc4f53ecd52cd (diff) | |
download | ports-f87dea0c3a2edf6a9583efab852d733ed3819a6d.tar.gz ports-f87dea0c3a2edf6a9583efab852d733ed3819a6d.zip |
Notes
Diffstat (limited to 'net-mgmt/p5-SNMP-Simple/Makefile')
-rw-r--r-- | net-mgmt/p5-SNMP-Simple/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-mgmt/p5-SNMP-Simple/Makefile b/net-mgmt/p5-SNMP-Simple/Makefile index 24a3fa8f76ca..fb57cbd98b5d 100644 --- a/net-mgmt/p5-SNMP-Simple/Makefile +++ b/net-mgmt/p5-SNMP-Simple/Makefile @@ -7,6 +7,7 @@ PORTNAME= SNMP-Simple PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,9 +19,4 @@ PERL_CONFIGURE= yes MAN3= SNMP::Simple.3 -PLIST_FILES= %%SITE_PERL%%/SNMP/Simple.pm \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/Simple/.packlist -PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/Simple \ - %%SITE_PERL%%/SNMP - .include <bsd.port.mk> |