aaa1885833
ok jasper@
24 lines
501 B
Makefile
24 lines
501 B
Makefile
# $OpenBSD: Makefile,v 1.16 2010/12/03 11:45:42 ajacoutot Exp $
|
|
|
|
COMMENT= Perl modules to access SNMP
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-SNMP-v6.0.1
|
|
PKGNAME= p5-Net-SNMP-6.0.1
|
|
REVISION= 0
|
|
CATEGORIES= net devel
|
|
USE_GROFF = Yes
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= security/p5-Crypt-DES>=2.03 \
|
|
security/p5-Digest-HMAC>=1 \
|
|
security/p5-Digest-SHA1>=1.02
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|