pkgsrc-wip/ruby-easyjour/Makefile
Aleksej Saushev 6e302ef136 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 14:53:42 +00:00

15 lines
393 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/07 14:53:44 asau Exp $
#
DISTNAME= easyjour-0.0.4
CATEGORIES= net ruby
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://easyjour.rubyforge.org/
COMMENT= Simple access to service announcing and discovery using Bonjour
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-dnssd>=0.7.0:../../wip/ruby-dnssd
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"