pkgsrc/net/ruby-net-dhcp/Makefile
fhajny 276bc52376 Import net-dhcp as net/ruby-net-dhcp.
The aim of Net::DHCP is to provide a set of classes to low level handle
the DHCP protocol (rfc2131, rfc2132, etc.). With Net::DHCP you will be
able to craft custom DHCP packages and have access to all the fields
defined for the protocol.
2015-01-19 20:37:07 +00:00

12 lines
306 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/01/19 20:37:07 fhajny Exp $
DISTNAME= net-dhcp-1.3.2
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://rubygems.org/gems/net-dhcp/
COMMENT= Net::DHCP Library for ruby
LICENSE= gnu-gpl-v3
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"