d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
27 lines
466 B
Makefile
27 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/07/12 22:07:41 sthen Exp $
|
|
|
|
COMMENT= SNMP network management library for Ruby
|
|
|
|
DISTNAME= snmp-1.0.2
|
|
PKGNAME= ruby-${DISTNAME}
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
|
|
# bsd/ruby
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
PERMIT_PACKAGE_FTP= yes
|
|
PERMIT_DISTFILES_CDROM= yes
|
|
PERMIT_DISTFILES_FTP= yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=snmplib/}
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|