diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-08-08 13:32:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-08-08 13:32:50 +0000 |
commit | ca4ea4d23da2554a2a137cd7a3d32e1add698a13 (patch) | |
tree | 5bbceb997b00912ac46b1d740e211862e87ded56 /www/phpbb3 | |
parent | 6a0617331902b6b2b0d45d0977a3d34a67458c5c (diff) | |
download | ports-ca4ea4d23da2554a2a137cd7a3d32e1add698a13.tar.gz ports-ca4ea4d23da2554a2a137cd7a3d32e1add698a13.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)
Notes
Notes:
svn path=/head/; revision=279223
Diffstat (limited to 'www/phpbb3')
-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. |