pkgsrc/www/php-ja-wordpress/options.mk
ryoon dbfd41843b Import php54-ja-wordpress-3.7.1 as www/php-ja-wordpress.
WordPress is a state-of-the-art publishing platform with a focus on
aesthetics, web standards, and usability. WordPress is both free and
priceless at the same time.

This package is WordPress of Japanese localized version.
It has Japanese locale file and some extension/modification for
website written in Japansese people, and for website located in Japan.
2013-11-10 11:13:08 +00:00

19 lines
476 B
Makefile

# $NetBSD: options.mk,v 1.1 2013/11/10 11:13:08 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wordpress
PKG_OPTIONS_REQUIRED_GROUPS= wordpress
PKG_OPTIONS_GROUP.wordpress= php-cgi ap-php
PKG_SUGGESTED_OPTIONS= ap-php
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mphp-cgi)
DEPENDS+= php>=5.2.4:${PHPPKGSRCDIR}
.endif
.if !empty(PKG_OPTIONS:Map-php)
. include "../../mk/apache.mk"
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.0:../../www/ap-php
.endif