diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-10-15 02:14:21 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-10-15 02:14:21 +0000 |
commit | d5688c77181ad9139fb873abcbece94da7bb87e4 (patch) | |
tree | 9de8af1f7584283c7afd183ea576e591c7944582 /www/wordpress/Makefile | |
parent | Give a hint about base values (diff) |
Add missing dependencies and CPE data.
Approved by: maintainer silence
Notes
Notes:
svn path=/head/; revision=370894
Diffstat (limited to '')
-rw-r--r-- | www/wordpress/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 740b16e47eac..2ca619668d34 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -3,6 +3,7 @@ PORTNAME= wordpress PORTVERSION= 4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ @@ -15,10 +16,15 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= de-wordpress-3.* ja-wordpress-3.* ru-wordpress-3.* NO_BUILD= yes -USE_PHP= curl gd mysql pcre tokenizer xml zip +USES= cpe +USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} +.if ${PORTVERSION:N*.*.*} +CPE_VERSION= ${PORTVERSION}.0 +.endif + SUB_FILES= pkg-message PLIST= ${WRKDIR}/pkg-plist PORTDOCS= license.txt readme.html |