0bd618ce70
ok bernd@
34 lines
678 B
Makefile
34 lines
678 B
Makefile
# $OpenBSD: Makefile,v 1.5 2009/07/21 07:22:16 msf Exp $
|
|
|
|
COMMENT= HTML Abstraction Markup Language for Ruby
|
|
|
|
DISTNAME= haml-2.2.1
|
|
PKGNAME= ruby-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://haml.hamptoncatlin.com/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=haml/}
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
RUN_DEPENDS= ::textproc/ruby-hpricot
|
|
|
|
REGRESS_DEPENDS= ::devel/ruby-activesupport \
|
|
::devel/ruby-actionpack \
|
|
::devel/ruby-rake \
|
|
::www/ruby-merb/merb
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake test
|
|
|
|
.include <bsd.port.mk>
|