c6b36eaf2b
Avoid using rubyforge.org since it stopped most of services.
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/09/26 23:40:30 taca Exp $
|
|
|
|
DISTNAME= rb-appscript-0.6.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils ruby
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://appscript.sourceforge.net/
|
|
COMMENT= Ruby Apple event bridge
|
|
|
|
ONLY_FOR_PLATFORM= Darwin-*-*
|
|
|
|
GEM_CLEANBUILD= Makefile *.o *.time ae.${RUBY_DLEXT} .RUBY*.time
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|