mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
79c7f8258f
PR: ports/163389 Submitted by: myself (pgollucci) Approved by: mhjacks@swbell.net (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
21 lines
373 B
Makefile
21 lines
373 B
Makefile
# New ports collection makefile for: rubygem-snmp
|
|
# Date created: 15 February 2006
|
|
# Whom: Brooks Davis <brooks@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= snmp
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= net-mgmt rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mhjacks@swbell.net
|
|
COMMENT= SNMP library for Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|