git: 86f14bb76c98 - main - net/pear-Services_Twitter: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:35:20 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=86f14bb76c98ab48abb976e7b300979f4a387fbb commit 86f14bb76c98ab48abb976e7b300979f4a387fbb Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 14:26:57 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 14:26:57 +0000 net/pear-Services_Twitter: Add CPE information Approved by: portmgr (blanket) --- net/pear-Services_Twitter/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/pear-Services_Twitter/Makefile b/net/pear-Services_Twitter/Makefile index 716bad027acb..4dbbfee7abc4 100644 --- a/net/pear-Services_Twitter/Makefile +++ b/net/pear-Services_Twitter/Makefile @@ -10,7 +10,8 @@ COMMENT= PHP interface to Twitter's API BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR} -USES= pear php +USES= cpe pear php +CPE_VENDOR= services_twitter_group USE_PHP= json simplexml mbstring .include <bsd.port.mk>