diff options
author | matthew <matthew@FreeBSD.org> | 2014-07-13 13:44:40 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2014-07-13 13:44:40 +0800 |
commit | 748b77b605ce190b9bc31b9e091618d26155eefe (patch) | |
tree | 1ec720916878aab30c5730b74b6628a21f48e507 | |
parent | b25a3d7da4083d6346529e69a7dad1dfae15cb45 (diff) | |
download | freebsd-ports-gnome-748b77b605ce190b9bc31b9e091618d26155eefe.tar.gz freebsd-ports-gnome-748b77b605ce190b9bc31b9e091618d26155eefe.tar.zst freebsd-ports-gnome-748b77b605ce190b9bc31b9e091618d26155eefe.zip |
Add CPE settings. phpMyAdmin certainly does have CVE numbers issued
against it -- in fact, it might well hold the record for "most CVE
numbers" out of the whole ports tree,,,
-rw-r--r-- | databases/phpmyadmin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 83fac9a2dca9..2b0aebfba360 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -3,6 +3,7 @@ PORTNAME= phpMyAdmin DISTVERSION= 4.2.5 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -13,7 +14,9 @@ COMMENT= Set of PHP-scripts to manage MySQL over the web NO_ARCH= yes LICENSE= GPLv2 -USES= shebangfix tar:xz +USES= cpe shebangfix tar:xz +CPE_PRODUCT= ${PORTNAME:tl} + NO_BUILD= yes .if !defined(WITHOUT_PHP_DEPENDS) IGNORE_WITH_PHP=52 |