25 lines
529 B
Makefile
25 lines
529 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/01/18 18:11:51 jasper Exp $
|
|
|
|
COMMENT = safe, customer facing template language
|
|
|
|
DISTNAME = liquid-2.4.1
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = http://www.liquidmarkup.org/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
# distfile currently doesn't include the Rakefile or specs from the source
|
|
# repository, but a future version might
|
|
#MODRUBY_REGRESS = rake
|
|
|
|
.include <bsd.port.mk>
|