Makefile 416 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.3 2016/06/30 11:51:07 espie Exp $
  2. COMMENT = e-commerce suite for Drupal
  3. DISTNAME = ubercart-7.x-3.1
  4. PKGNAME = drupal7-ubercart-3.1
  5. REVISION = 1
  6. HOMEPAGE = http://www.ubercart.org/
  7. RUN_DEPENDS = www/drupal7/colorbox \
  8. www/drupal7/ctools \
  9. www/drupal7/entity \
  10. www/drupal7/google_analytics \
  11. www/drupal7/rules \
  12. www/drupal7/token \
  13. www/drupal7/views
  14. .include <bsd.port.mk>