aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-11 18:52:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-11 18:52:49 +0800
commit7ef3d3a215fadbd0b0e46a2f6c7a6d0c45b32acf (patch)
tree5d88d421c399a111fd5d1fc39f4a7008ced29f9b /databases
parent8286966f3b73d6068b9ea7434cc236100e15bdc8 (diff)
downloadfreebsd-ports-gnome-7ef3d3a215fadbd0b0e46a2f6c7a6d0c45b32acf.tar.gz
freebsd-ports-gnome-7ef3d3a215fadbd0b0e46a2f6c7a6d0c45b32acf.tar.zst
freebsd-ports-gnome-7ef3d3a215fadbd0b0e46a2f6c7a6d0c45b32acf.zip
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'databases')
-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