2002-06-09 01:31:40 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2002/06/09 05:31:54 wilfried Exp $
|
2002-04-17 11:34:07 -04:00
|
|
|
|
|
|
|
DISTNAME= Net-SNMP-4.0.1
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= net devel
|
|
|
|
NEED_VERSION= 1.522
|
|
|
|
|
|
|
|
MAINTAINER= Joshua Stein <jcs@rt.fm>
|
|
|
|
|
|
|
|
# perl artistic license
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-04-17 20:20:40 -04:00
|
|
|
COMMENT= "Perl modules to access SNMP"
|
2002-05-15 13:42:24 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
2002-04-17 11:34:07 -04:00
|
|
|
|
2002-06-09 01:31:40 -04:00
|
|
|
BUILD_DEPENDS= :p5-Crypt-DES->=2.03:security/p5-Crypt-DES \
|
|
|
|
:p5-Digest-HMAC->=1:security/p5-Digest-HMAC \
|
|
|
|
:p5-Digest-MD5->=2.11:security/p5-Digest-MD5 \
|
|
|
|
:p5-Digest-SHA1->=1.02:security/p5-Digest-SHA1
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2002-04-17 11:34:07 -04:00
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|