mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 14:01:19 +02:00
21 lines
337 B
Makefile
21 lines
337 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Net-SNMP-Util
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TONODERA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= hhyou@cs.nctu.edu.tw
|
|
COMMENT= Utility functions for Net::SNMP
|
|
|
|
RUN_DEPENDS= p5-Net-SNMP>=0:perl/p5-Net-SNMP
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|