summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-11 10:52:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-11 10:52:49 +0000
commita9c7ee015bac3b3cde724656bc4cefab2e4fc4ea (patch)
tree5d88d421c399a111fd5d1fc39f4a7008ced29f9b
parentUpgrade 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/Makefile3
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