diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 19:55:44 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 20:01:30 +0000 |
commit | 1b137ef09ba6a69de3c0f00d9d9ceb39453a11b3 (patch) | |
tree | 069d1bd7d8084e212f071fc36b7b09b970d29818 | |
parent | ea4f6c9046582c3cdbe252710ba0aad24020bbf1 (diff) |
devel/pear-Horde_Cache: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/pear-Horde_Cache/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pear-Horde_Cache/Makefile b/devel/pear-Horde_Cache/Makefile index 085497059fd0..50bc6ed4b8af 100644 --- a/devel/pear-Horde_Cache/Makefile +++ b/devel/pear-Horde_Cache/Makefile @@ -5,11 +5,13 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Caching API -USES= horde php +USES= cpe horde php USE_HORDE_RUN= Horde_Compress_Fast \ Horde_Exception \ Horde_HashTable \ Horde_Util USE_PHP= hash +CPE_VENDOR= horde + .include <bsd.port.mk> |