diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-10-21 10:07:51 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-10-21 10:07:51 +0000 |
commit | c17025d90f38d84973ee56a1fe6b971f01d1771f (patch) | |
tree | 63aa17949232ad5f05ebdba1a30d975ede2e4f5d /net/p5-SNMP/Makefile | |
parent | ad54765d9a7650e6b2383696f9f2878ea44dce9b (diff) | |
download | ports-c17025d90f38d84973ee56a1fe6b971f01d1771f.tar.gz ports-c17025d90f38d84973ee56a1fe6b971f01d1771f.zip |
Notes
Diffstat (limited to 'net/p5-SNMP/Makefile')
-rw-r--r-- | net/p5-SNMP/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net/p5-SNMP/Makefile b/net/p5-SNMP/Makefile index 2800746f7535..713d43dee68b 100644 --- a/net/p5-SNMP/Makefile +++ b/net/p5-SNMP/Makefile @@ -1,22 +1,20 @@ # New ports collection makefile for: p5-SNMP -# Version required: 1.6 +# Version required: 1.8b3 # Date created: May 5th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1998/04/30 02:56:57 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/15 21:31:50 asami Exp $ # -DISTNAME= SNMP-1.6 -PKGNAME= p5-SNMP-1.6 +DISTNAME= SNMP-1.8b3 +PKGNAME= p5-SNMP-1.8b3 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SNMP MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/libsnmp.a:${PORTSDIR}/net/ucd-snmp - -BROKEN= build +LIB_DEPENDS= snmp.3:${PORTSDIR}/net/ucd-snmp USE_PERL5= YES |