0b69722ec9
"perl smells like dead moose farts and you can quote me on that" msf@
23 lines
437 B
Makefile
23 lines
437 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/09/15 13:52:12 sthen Exp $
|
|
COMMENT= perl5 interface to network devices and MIBs through SNMP
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= SNMP-Info-1.04
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
|
|
|
|
RUN_DEPENDS= ::net/net-snmp,-perl
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|