diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-12-14 18:54:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-12-14 18:54:18 +0000 |
commit | ee86f5414d47992e31222d49f7b2380143d82050 (patch) | |
tree | 770ffa5041ada0141e14117ece6569b7ae55a81b /databases/phppgadmin/Makefile | |
parent | 7d2e9542b8f4c7f20ae86f1acf8d220f0866e870 (diff) | |
download | freebsd-ports-ee86f5414d47992e31222d49f7b2380143d82050.zip |
- update to 5.0.1
Submitted by: Mark Felder
PR: 153138
- add LICENSE
Diffstat (limited to 'databases/phppgadmin/Makefile')
-rw-r--r-- | databases/phppgadmin/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index 1deaa5efbd3f..d3488b7fac9d 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -6,14 +6,16 @@ # PORTNAME= phppgadmin -PORTVERSION= 5.0 +PORTVERSION= 5.0.1 CATEGORIES= databases www -MASTER_SITES= SF/${PORTNAME}/phpPgAdmin%20%5Bstable%5D/phpPgAdmin-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/phpPgAdmin%20%5Bstable%5D/phpPgAdmin-5.0 DISTNAME= phpPgAdmin-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Web Based Postgres Administration +LICENSE= GPLv2 + USE_BZIP2= YES .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= pgsql pcre session |