diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 11:33:49 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 11:33:49 +0000 |
commit | 4208e5b795a65ede8e355c5e9d80781fbc9d882b (patch) | |
tree | 82db0cdf6ca55c4c1b047383c8250c9c93b10c46 | |
parent | e18e21862313c63c1b2ad75a55007992c154bd51 (diff) | |
download | ports-4208e5b795a65ede8e355c5e9d80781fbc9d882b.tar.gz ports-4208e5b795a65ede8e355c5e9d80781fbc9d882b.zip |
net-p2p/bitflu: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | net-p2p/bitflu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitflu/Makefile b/net-p2p/bitflu/Makefile index 3c301f9618ff..a806a1d2068b 100644 --- a/net-p2p/bitflu/Makefile +++ b/net-p2p/bitflu/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/Documentation/artistic-2_0.txt RUN_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ p5-Danga-Socket>=0:devel/p5-Danga-Socket -USES= perl5 shebangfix tar:tgz +USES= cpe perl5 shebangfix tar:tgz NO_BUILD= yes NO_ARCH= yes |