7d99905cea
ok giovanni@, looks perfectly fine ajacoutot@
24 lines
560 B
Makefile
24 lines
560 B
Makefile
# $OpenBSD: Makefile,v 1.12 2009/11/10 15:18:29 pyr Exp $
|
|
|
|
COMMENT= Perl modules to access SNMP
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-SNMP-v6.0.0
|
|
PKGNAME= p5-Net-SNMP-6.0.0
|
|
CATEGORIES= net devel
|
|
|
|
MAINTAINER= Joshua Stein <jcs@openbsd.org>
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= :p5-Crypt-DES->=2.03:security/p5-Crypt-DES \
|
|
:p5-Digest-HMAC->=1:security/p5-Digest-HMAC \
|
|
:p5-Digest-SHA1->=1.02:security/p5-Digest-SHA1
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|