diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2014-07-13 05:44:40 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2014-07-13 05:44:40 +0000 |
commit | 0496fb0d539d2b5423b3e19851dbf71d4543fd54 (patch) | |
tree | 1ec720916878aab30c5730b74b6628a21f48e507 | |
parent | 1435d9aaea1e19014122451dc1c47c2204f30d03 (diff) |
Notes
-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 |