diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-11 10:52:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-11 10:52:49 +0000 |
commit | a9c7ee015bac3b3cde724656bc4cefab2e4fc4ea (patch) | |
tree | 5d88d421c399a111fd5d1fc39f4a7008ced29f9b | |
parent | Upgrade wildfly90 to 9.0.0.CR1. (diff) |
- Add CPE info
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=386064
-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 |