27 lines
541 B
Makefile
27 lines
541 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/09/16 11:41:42 espie Exp $
|
|
|
|
COMMENT = safe, customer facing template language
|
|
|
|
DISTNAME = liquid-2.2.2
|
|
CATEGORIES = textproc
|
|
|
|
REVISION = 1
|
|
|
|
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>
|