21 lines
469 B
Makefile
21 lines
469 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2012/06/10 19:48:53 jasper Exp $
|
||
|
|
||
|
COMMENT = e-commerce suite for Drupal
|
||
|
|
||
|
DISTNAME = ubercart-7.x-3.1
|
||
|
PKGNAME = drupal7-ubercart-3.1
|
||
|
|
||
|
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||
|
|
||
|
HOMEPAGE = http://www.ubercart.org/
|
||
|
|
||
|
RUN_DEPENDS = www/drupal7/colorbox \
|
||
|
www/drupal7/ctools \
|
||
|
www/drupal7/entity \
|
||
|
www/drupal7/google_analytics \
|
||
|
www/drupal7/rules \
|
||
|
www/drupal7/token \
|
||
|
www/drupal7/views
|
||
|
|
||
|
.include <bsd.port.mk>
|