diff options
author | pav <pav@FreeBSD.org> | 2011-08-08 21:32:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-08-08 21:32:50 +0800 |
commit | 5551bb21aa8b9f4423dc0ca6dac6f1e65ea10168 (patch) | |
tree | ddb1a53437c4ed297b3f6e3e8a15024326e32345 /www | |
parent | 0b1ed84d1ed220f2a72462f516ebab6368515fa8 (diff) | |
download | freebsd-ports-gnome-5551bb21aa8b9f4423dc0ca6dac6f1e65ea10168.tar.gz freebsd-ports-gnome-5551bb21aa8b9f4423dc0ca6dac6f1e65ea10168.tar.zst freebsd-ports-gnome-5551bb21aa8b9f4423dc0ca6dac6f1e65ea10168.zip |
- State php dependency
- Add LICENSE
PR: ports/159362
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/phpbb3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/phpbb3/Makefile b/www/phpbb3/Makefile index 5347d15a7bf0..a585a6c8c0bd 100644 --- a/www/phpbb3/Makefile +++ b/www/phpbb3/Makefile @@ -7,6 +7,7 @@ PORTNAME= phpbb PORTVERSION= 3.0.9 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.phpbb.com/files/release/ \ http://d10xg45o6p6dbl.cloudfront.net/projects/p/phpbb/ @@ -15,10 +16,13 @@ DISTNAME= phpBB-${PORTVERSION} MAINTAINER= appleboy.tw@gmail.com COMMENT= A PHP-based bulletin board / discussion forum system +LICENSE= GPLv2 + CONFLICTS= phpbb-tw-[0-9]* phpbb-devel-[0-9]* \ phpbb-[0-2]* USE_BZIP2= yes +USE_PHP= yes # The phpBB3 port supports a number of variables that may be tweaked at build # time. Perform a "make options" to see more information on these variables. |