diff options
-rw-r--r-- | www/httpclient/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/httpclient/Makefile b/www/httpclient/Makefile index 0ff189e4bfb5..1703ee926f11 100644 --- a/www/httpclient/Makefile +++ b/www/httpclient/Makefile @@ -14,6 +14,9 @@ COMMENT= Java components implementing an advanced HTTP client LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +USES+= cpe +CPE_PRODUCT= commons-httpclient +CPE_VENDOR= apache RUN_DEPENDS= ${JAVAJARDIR}/httpcore.jar:${PORTSDIR}/www/httpcore \ ${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \ ${JAVAJARDIR}/commons-codec.jar:${PORTSDIR}/java/jakarta-commons-codec |