diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:34:29 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:18:01 +0000 |
commit | 5d6eb89a2c68eb6b192080465e2a5e3f61131239 (patch) | |
tree | f60c1706dbdf5fd6d34a2a6dd1164791a1c60626 | |
parent | 4babc09bc75ddde403fbee0e0c44049ed05b2606 (diff) | |
download | ports-5d6eb89a2c68eb6b192080465e2a5e3f61131239.tar.gz ports-5d6eb89a2c68eb6b192080465e2a5e3f61131239.zip |
databases/adodb: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | databases/adodb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile index a86057a04161..4513790eceff 100644 --- a/databases/adodb/Makefile +++ b/databases/adodb/Makefile @@ -12,11 +12,13 @@ COMMENT= Database library for PHP LICENSE= BSD4CLAUSE LGPL21 LICENSE_COMB= dual -USES= php tar:tgz +USES= cpe php tar:tgz USE_PHP= pcre CONFLICTS= adodb-5.* +CPE_VENDOR= adodb_project + WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes |