diff options
-rw-r--r-- | databases/phppgadmin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index db0b2f95f35f..6a251fa817a0 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -12,7 +12,8 @@ COMMENT= Web Based Postgres Administration LICENSE= GPLv2 -USES= tar:bzip2 +USES= cpe tar:bzip2 +CPE_VENDOR= phppgadmin_project .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= pgsql pcre session .endif |