Makefile 462 B

1234567891011121314151617181920212223
  1. # $OpenBSD: Makefile,v 1.9 2013/10/26 23:55:37 jeremy Exp $
  2. COMMENT = safe, customer facing template language
  3. DISTNAME = liquid-2.4.1
  4. REVISION = 1
  5. CATEGORIES = textproc
  6. HOMEPAGE = http://wiki.shopify.com/Liquid
  7. # MIT
  8. PERMIT_PACKAGE_CDROM = Yes
  9. MODULES = lang/ruby
  10. CONFIGURE_STYLE = ruby gem
  11. # distfile currently doesn't include the Rakefile or specs from the source
  12. # repository, but a future version might
  13. #MODRUBY_TEST = rake
  14. .include <bsd.port.mk>